Added database changes and faced issues with permissions. Added shop query.

This commit is contained in:
Patrick Fic
2019-12-10 17:00:54 -08:00
parent 16160c0793
commit 7709f42a31
60 changed files with 1511 additions and 5117 deletions

View File

@@ -0,0 +1,24 @@
- args:
relationship: vehicle
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: owner
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: jobs
table:
name: owners
schema: public
type: drop_relationship
- args:
relationship: jobs
table:
name: vehicles
schema: public
type: drop_relationship