-
- Downloads
Prepare FKs for converting notes.id to bigint
We need these Fks in order to swap `notes.id` and `notes.id_convert_to_bigint`. As it takes a lot of time to create them, we have to do it _async_ for GitLab.com. See #392815. Changelog: other
parent
021ea81f
No related branches found
No related tags found
Showing
- db/post_migrate/20230516032545_add_unique_notes_id_convert_to_bigint_for_gitlab_com.rb 34 additions, 0 deletions...5_add_unique_notes_id_convert_to_bigint_for_gitlab_com.rb
- db/post_migrate/20230516033729_add_referencing_bigint_fks_for_notes_on_gitlab_com.rb 74 additions, 0 deletions...729_add_referencing_bigint_fks_for_notes_on_gitlab_com.rb
- db/schema_migrations/20230516032545 1 addition, 0 deletionsdb/schema_migrations/20230516032545
- db/schema_migrations/20230516033729 1 addition, 0 deletionsdb/schema_migrations/20230516033729
- db/structure.sql 50 additions, 0 deletionsdb/structure.sql
db/schema_migrations/20230516032545
0 → 100644
db/schema_migrations/20230516033729
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!2224 (merged)
Please register or sign in to comment