Update epics foreign key on parent_id to nullify on delete
When deleting an epic its children should not be deleted on cascade, instead we should nullify the parent_id column Changelog: changed
显示
- db/migrate/20240403113607_replace_epics_fk_on_parent_id.rb 32 个添加, 0 个删除db/migrate/20240403113607_replace_epics_fk_on_parent_id.rb
- db/migrate/20240403114400_validate_epics_fk_on_parent_id_with_on_delete_nullify.rb 16 个添加, 0 个删除..._validate_epics_fk_on_parent_id_with_on_delete_nullify.rb
- db/migrate/20240403114900_remove_fk_epics_parent_id.rb 22 个添加, 0 个删除db/migrate/20240403114900_remove_fk_epics_parent_id.rb
- db/schema_migrations/20240403113607 1 个添加, 0 个删除db/schema_migrations/20240403113607
- db/schema_migrations/20240403114400 1 个添加, 0 个删除db/schema_migrations/20240403114400
- db/schema_migrations/20240403114900 1 个添加, 0 个删除db/schema_migrations/20240403114900
- db/structure.sql 3 个添加, 3 个删除db/structure.sql
- doc/api/epics.md 2 个添加, 0 个删除doc/api/epics.md
- doc/user/group/epics/manage_epics.md 2 个添加, 3 个删除doc/user/group/epics/manage_epics.md
加载中
想要评论请 注册 或 登录