Update parts return pricing error IO-684

This commit is contained in:
Patrick Fic
2021-02-16 14:35:42 -08:00
parent 5b5cf579b8
commit 930d9fe7dc
12 changed files with 94 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
- args:
relationship: billlines
table:
name: joblines
schema: public
type: drop_relationship
- args:
relationship: jobline
table:
name: billlines
schema: public
type: drop_relationship

View File

@@ -0,0 +1,20 @@
- args:
name: billlines
table:
name: joblines
schema: public
using:
foreign_key_constraint_on:
column: joblineid
table:
name: billlines
schema: public
type: create_array_relationship
- args:
name: jobline
table:
name: billlines
schema: public
using:
foreign_key_constraint_on: joblineid
type: create_object_relationship