Creation of allocations object.

This commit is contained in:
Patrick Fic
2020-02-10 15:41:26 -08:00
parent c827a770d2
commit 51a01d452c
14 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
- args:
relationship: employee
table:
name: allocations
schema: public
type: drop_relationship
- args:
relationship: jobline
table:
name: allocations
schema: public
type: drop_relationship
- args:
relationship: allocations
table:
name: employees
schema: public
type: drop_relationship
- args:
relationship: allocations
table:
name: joblines
schema: public
type: drop_relationship