Update parts return pricing error IO-684
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user