-
- Downloads
Convert issue_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
Showing
- db/post_migrate/20230809203254_ensure_issue_user_mentions_bigint_backfill_is_finished_for_self_managed.rb 23 additions, 0 deletions..._mentions_bigint_backfill_is_finished_for_self_managed.rb
- db/post_migrate/20230809210550_swap_issue_user_mentions_note_id_to_bigint_for_self_managed.rb 74 additions, 0 deletions...issue_user_mentions_note_id_to_bigint_for_self_managed.rb
- db/schema_migrations/20230809203254 1 addition, 0 deletionsdb/schema_migrations/20230809203254
- db/schema_migrations/20230809210550 1 addition, 0 deletionsdb/schema_migrations/20230809210550
- spec/migrations/20230809203254_ensure_issue_user_mentions_bigint_backfill_is_finished_for_self_managed_spec.rb 35 additions, 0 deletions...ions_bigint_backfill_is_finished_for_self_managed_spec.rb
- spec/migrations/20230809210550_swap_issue_user_mentions_note_id_to_bigint_for_self_managed_spec.rb 123 additions, 0 deletions..._user_mentions_note_id_to_bigint_for_self_managed_spec.rb
db/schema_migrations/20230809203254
0 → 100644
db/schema_migrations/20230809210550
0 → 100644
Please register or sign in to comment