BOD-23 Added schema changes for time tickets + redux config for time ticket modal + scaffolding for time ticket modal.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user