Document Type : CFGACTION cannot add new document, fix order in dialog box,Fix= cannot delete action cause cascade on action_person

This commit is contained in:
Dany De Bontridder 2020-10-12 12:59:22 +02:00
parent 2427b756a9
commit ed50fc802d
3 changed files with 50 additions and 26 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE public.action_person drop CONSTRAINT action_gestion_ag_id_fk2 ;
ALTER TABLE public.action_person ADD CONSTRAINT action_gestion_ag_id_fk2 FOREIGN KEY (ag_id) REFERENCES action_gestion(ag_id) on delete cascade on update cascade;