IO-2278 Add parts dispatch relationship.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
alter table "public"."parts_dispatch_lines" drop constraint "parts_dispatch_lines_partsdispatchid_fkey";
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
alter table "public"."parts_dispatch_lines"
|
||||||
|
add constraint "parts_dispatch_lines_partsdispatchid_fkey"
|
||||||
|
foreign key ("partsdispatchid")
|
||||||
|
references "public"."parts_dispatch"
|
||||||
|
("id") on update cascade on delete cascade;
|
||||||
Reference in New Issue
Block a user