BOD-23 Added schema changes for time tickets + redux config for time ticket modal + scaffolding for time ticket modal.

This commit is contained in:
Patrick Fic
2020-04-14 17:38:05 -07:00
parent 91af10eef2
commit 325a82ac86
27 changed files with 829 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
- args:
relationship: timetickets
table:
name: employees
schema: public
type: drop_relationship
- args:
relationship: timetickets
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: job
table:
name: timetickets
schema: public
type: drop_relationship
- args:
relationship: employee
table:
name: timetickets
schema: public
type: drop_relationship