diff --git a/db/docs/batched_background_migrations/backfill_ci_runners_partitioned_table.yml b/db/docs/batched_background_migrations/backfill_ci_runners_partitioned_table.yml index 6a0ba603c579765efdef1ad8a30b4879b664a37c..969d6922558746a0b3224e718d224c1f0e6b4929 100644 --- a/db/docs/batched_background_migrations/backfill_ci_runners_partitioned_table.yml +++ b/db/docs/batched_background_migrations/backfill_ci_runners_partitioned_table.yml @@ -4,5 +4,5 @@ description: This migration copies runners from ci_runners to the new partitione feature_category: runner introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166520 milestone: '17.8' -queued_migration_version: 20250103092422 +queued_migration_version: 20241219100359 finalized_by: 20250113151324 diff --git a/db/docs/batched_background_migrations/copy_runner_taggings.yml b/db/docs/batched_background_migrations/copy_runner_taggings.yml index 63406a86acaca9e4e6df9382b31d091ede5f0b5f..4efc879c59ab2c0ba18aa3ae13ca006daf96e61e 100644 --- a/db/docs/batched_background_migrations/copy_runner_taggings.yml +++ b/db/docs/batched_background_migrations/copy_runner_taggings.yml @@ -4,5 +4,5 @@ description: Copy taggings data for the ci_runners table into the new sharded ci feature_category: runner introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175578 milestone: '17.8' -queued_migration_version: 20241219100359 +queued_migration_version: 20250103092422 finalized_by: 20250114135714 diff --git a/db/post_migrate/20250103092422_requeue_backfill_ci_runners_partitioned_table.rb b/db/post_migrate/20241219100359_requeue_backfill_ci_runners_partitioned_table.rb similarity index 100% rename from db/post_migrate/20250103092422_requeue_backfill_ci_runners_partitioned_table.rb rename to db/post_migrate/20241219100359_requeue_backfill_ci_runners_partitioned_table.rb diff --git a/db/post_migrate/20241219100359_queue_copy_runner_taggings.rb b/db/post_migrate/20250103092422_queue_copy_runner_taggings.rb similarity index 100% rename from db/post_migrate/20241219100359_queue_copy_runner_taggings.rb rename to db/post_migrate/20250103092422_queue_copy_runner_taggings.rb