Hasura Migrations for parts order, parts order line objects. Fixed error on whiteboard component card.

This commit is contained in:
Patrick Fic
2020-01-07 14:06:41 -08:00
parent 62e71dfa5b
commit e65273f2b6
39 changed files with 732 additions and 20 deletions

View File

@@ -0,0 +1,36 @@
- args:
relationship: parts_orders
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: user
table:
name: parts_order
schema: public
type: drop_relationship
- args:
relationship: job
table:
name: parts_order
schema: public
type: drop_relationship
- args:
relationship: vendor
table:
name: parts_order
schema: public
type: drop_relationship
- args:
relationship: parts_orders
table:
name: users
schema: public
type: drop_relationship
- args:
relationship: parts_orders
table:
name: vendors
schema: public
type: drop_relationship