-
- Downloads
Convert merge_request_user_mentions.note_id to bigint for self-managed
For self-managed instances: 1. Ensure the `note_id` to `note_id_convert_to_bigint` conversion is completed 2. Copy indexes and foreign keys 3. Swap columns See #417402 Changelog: other
parent
da392afc
No related branches found
No related tags found
Showing
- db/post_migrate/20230816210503_ensure_mr_user_mentions_note_id_bigint_backfill_is_finished_for_self_managed.rb 23 additions, 0 deletions...s_note_id_bigint_backfill_is_finished_for_self_managed.rb
- db/post_migrate/20230816213228_swap_merge_request_user_mentions_note_id_to_bigint_for_self_managed.rb 74 additions, 0 deletions...quest_user_mentions_note_id_to_bigint_for_self_managed.rb
- db/schema_migrations/20230816210503 1 addition, 0 deletionsdb/schema_migrations/20230816210503
- db/schema_migrations/20230816213228 1 addition, 0 deletionsdb/schema_migrations/20230816213228
- spec/migrations/ensure_mr_user_mentions_note_id_bigint_backfill_is_finished_for_self_managed_spec.rb 35 additions, 0 deletions...e_id_bigint_backfill_is_finished_for_self_managed_spec.rb
- spec/migrations/swap_merge_request_user_mentions_note_id_to_bigint_for_self_managed_spec.rb 135 additions, 0 deletions..._user_mentions_note_id_to_bigint_for_self_managed_spec.rb
db/schema_migrations/20230816210503
0 → 100644
db/schema_migrations/20230816213228
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!2437 (merged)
Please register or sign in to comment