Prepare async index for auto_canceled_by_id_convert_to_bigint
As titled, this is the first step of creating indexes asynchronously. See guideline at https://docs.gitlab.com/ee/development/database/adding_database_indexes.html#schedule-the-index-to-be-created It's to schedule the index creation for `p_ci_builds.auto_canceled_by_id_convert_to_bigint` as the foreign key constraint requires the index so that we can later swap `auto_canceled_by_id_convert_to_bigint` with `auto_canceled_by_id` Changelog: added
显示
- db/post_migrate/20240122071840_ensure_backfill_for_ci_builds_integer_columns_is_finished.rb 35 个添加, 0 个删除...ure_backfill_for_ci_builds_integer_columns_is_finished.rb
- db/post_migrate/20240123071840_prepare_async_indexes_for_p_ci_builds_auto_canceled_by_id.rb 27 个添加, 0 个删除...pare_async_indexes_for_p_ci_builds_auto_canceled_by_id.rb
- db/post_migrate/20240124081840_prepare_async_indexes_for_p_ci_builds_commit_id_part1.rb 32 个添加, 0 个删除..._prepare_async_indexes_for_p_ci_builds_commit_id_part1.rb
- db/schema_migrations/20240122071840 1 个添加, 0 个删除db/schema_migrations/20240122071840
- db/schema_migrations/20240123071840 1 个添加, 0 个删除db/schema_migrations/20240123071840
- db/schema_migrations/20240124081840 1 个添加, 0 个删除db/schema_migrations/20240124081840
db/schema_migrations/20240122071840
0 → 100644
db/schema_migrations/20240123071840
0 → 100644
db/schema_migrations/20240124081840
0 → 100644
想要评论请 注册 或 登录