fedi-feed-router/database/migrations
myrmidex 029981f838
Some checks failed
CI / ci (pull_request) Failing after 11m41s
150 - Authenticate once per instance in the community id migration
2026-08-15 02:04:43 +02:00
..
0001_01_01_000000_create_users_table.php 73 - Move backend to root 2026-01-22 21:55:57 +01:00
0001_01_01_000001_create_cache_table.php 73 - Move backend to root 2026-01-22 21:55:57 +01:00
0001_01_01_000002_create_jobs_table.php 73 - Move backend to root 2026-01-22 21:55:57 +01:00
2024_01_01_000001_create_articles_and_publications.php 68 - Fix duplicate posting and publishing pipeline 2026-02-26 01:19:38 +01:00
2024_01_01_000002_create_languages.php 25 - Fix code style issues across codebase with Pint 2026-03-08 14:17:55 +01:00
2024_01_01_000003_create_platforms.php 68 - Fix duplicate posting + test suite fixes 2026-02-25 23:22:05 +01:00
2024_01_01_000004_create_feeds_and_routes.php 25 - Fix code style issues across codebase with Pint 2026-03-08 14:17:55 +01:00
2024_01_01_000005_create_personal_access_tokens_table.php 73 - Move backend to root 2026-01-22 21:55:57 +01:00
2024_01_01_000006_create_notifications_table.php 92 - Add in-app notification infrastructure with model, service, and bell component 2026-03-09 02:21:24 +01:00
2024_01_01_000007_create_route_articles_table.php 85 - Add route_articles table, model, and factory for per-route approval 2026-03-18 15:24:03 +01:00
2024_01_01_000008_add_auto_approve_to_routes_table.php 85 - Add auto_approve column to routes table 2026-03-18 15:28:01 +01:00
2024_01_01_000009_migrate_keywords_and_approval_to_route_articles.php 85 - Remove approval_status from Article, migrate to route_articles 2026-03-18 16:23:46 +01:00
2024_01_01_000010_move_publish_status_to_route_articles.php 99 - Move publish_status from Article to RouteArticle with PublishStatusEnum 2026-03-18 17:31:47 +01:00
2024_01_01_000011_add_channel_id_unique_to_platform_channels.php 106 - Enforce channel_id integrity across create paths and sync job 2026-07-29 20:15:43 +02:00
2024_01_01_000012_sync_belga_feed_to_website_discovery.php 115 - Read Belga API url from config and sync the feed row via migration 2026-08-02 12:55:53 +02:00
2024_01_01_000013_key_platform_channel_posts_by_local_channel.php 123 - Key duplicate mirror by local channel and distinguish skipped publishes 2026-08-02 17:16:30 +02:00
2024_01_01_000014_add_skipped_to_route_articles_publish_status.php 123 - Key duplicate mirror by local channel and distinguish skipped publishes 2026-08-02 17:16:30 +02:00
2024_01_01_000015_store_numeric_community_id_on_platform_channels.php 150 - Authenticate once per instance in the community id migration 2026-08-15 02:04:43 +02:00
2024_01_01_000016_add_color_to_feeds_table.php 113 - Add per-feed colour dots to article routing 2026-08-07 02:14:58 +02:00
2024_01_01_000017_widen_articles_image_url.php 119 - Store article thumbnail in image_url during validation 2026-08-09 15:22:02 +02:00
2024_01_01_000018_add_publish_retry_tracking_to_route_articles.php 119 - Back off and give up on repeatedly failing publishes 2026-08-10 00:05:17 +02:00
2024_01_01_000019_create_activity_logs_table.php 91 - Add activity log table, model and event pipeline 2026-08-10 20:44:30 +02:00
2024_01_01_000020_add_credential_health_to_platform_accounts.php 95 - Add a platform credential health check 2026-08-11 00:44:26 +02:00
2024_01_01_000021_add_decided_at_to_route_articles.php 83 - Add a decision timestamp to route articles 2026-08-13 00:15:36 +02:00
2024_01_01_000022_replace_publish_retry_with_failure_reason.php 142 - Surface failed publishes and replace auto-retry with a manual one 2026-08-13 21:36:57 +02:00
2024_01_01_000023_add_channel_foreign_key_to_article_publications.php 141 - Add a cascading foreign key to article publications 2026-08-14 00:28:09 +02:00