Add FK for bigint conversion for .com
1. A FK needed for the bigint conversion work for system_note_metadata's id column is added added to the com database and validated asynchronously. 2. A unique index added in an earlier MR in the same milestone is no-oped. The index should be added together when the FK is synchronously added. To restore the dev environment to a consistent state, a migration is added to remove the unique index. Changelog: other
显示
- db/migrate/20240109031624_add_unique_index_to_system_note_metadata_on_id_convert_to_bigint.rb 6 个添加, 5 个删除..._index_to_system_note_metadata_on_id_convert_to_bigint.rb
- db/migrate/20240117055908_drop_unique_index_to_system_note_metadata_on_id_convert_to_bigint.rb 22 个添加, 0 个删除..._index_to_system_note_metadata_on_id_convert_to_bigint.rb
- db/post_migrate/20240117070931_add_fk_to_resource_link_events_system_note_metadata_id_convert_to_bigint_for_com.rb 49 个添加, 0 个删除...ents_system_note_metadata_id_convert_to_bigint_for_com.rb
- db/post_migrate/20240117070946_validate_fk_on_resource_link_events_system_note_metadata_id_for_com.rb 23 个添加, 0 个删除...n_resource_link_events_system_note_metadata_id_for_com.rb
- db/schema_migrations/20240117055908 1 个添加, 0 个删除db/schema_migrations/20240117055908
- db/schema_migrations/20240117070931 1 个添加, 0 个删除db/schema_migrations/20240117070931
- db/schema_migrations/20240117070946 1 个添加, 0 个删除db/schema_migrations/20240117070946
- db/structure.sql 3 个添加, 0 个删除db/structure.sql
db/schema_migrations/20240117055908
0 → 100644
db/schema_migrations/20240117070931
0 → 100644
db/schema_migrations/20240117070946
0 → 100644
想要评论请 注册 或 登录