Add namespace_id to notes
This is going to be used for partitioning the table. Also prepares the async index on the column so we can add the foreign key constraint to this column. Changelog: other
显示
- db/migrate/20230718094246_add_namespace_id_to_notes.rb 13 个添加, 0 个删除db/migrate/20230718094246_add_namespace_id_to_notes.rb
- db/post_migrate/20230718094501_prepare_notes_namespace_id_index.rb 14 个添加, 0 个删除...igrate/20230718094501_prepare_notes_namespace_id_index.rb
- db/schema_migrations/20230718094246 1 个添加, 0 个删除db/schema_migrations/20230718094246
- db/schema_migrations/20230718094501 1 个添加, 0 个删除db/schema_migrations/20230718094501
- db/structure.sql 2 个添加, 1 个删除db/structure.sql
- lib/gitlab/import_export/project/import_export.yml 2 个添加, 0 个删除lib/gitlab/import_export/project/import_export.yml
- spec/db/schema_spec.rb 3 个添加, 2 个删除spec/db/schema_spec.rb
db/schema_migrations/20230718094246
0 → 100644
db/schema_migrations/20230718094501
0 → 100644
想要评论请 注册 或 登录