feature: add more to project pane
This commit is contained in:
7
api/migrations/0017_add-profile-bg-delete-cascade.up.sql
Normal file
7
api/migrations/0017_add-profile-bg-delete-cascade.up.sql
Normal file
@ -0,0 +1,7 @@
|
||||
ALTER TABLE task_assigned
|
||||
DROP CONSTRAINT task_assigned_task_id_fkey,
|
||||
ADD CONSTRAINT task_assigned_task_id_fkey
|
||||
FOREIGN KEY (task_id)
|
||||
REFERENCES task(task_id)
|
||||
ON DELETE CASCADE;
|
||||
|
Reference in New Issue
Block a user