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,40 @@
|
||||
- args:
|
||||
name: timetickets
|
||||
table:
|
||||
name: employees
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: employeeid
|
||||
table:
|
||||
name: timetickets
|
||||
schema: public
|
||||
type: create_array_relationship
|
||||
- args:
|
||||
name: timetickets
|
||||
table:
|
||||
name: jobs
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: jobid
|
||||
table:
|
||||
name: timetickets
|
||||
schema: public
|
||||
type: create_array_relationship
|
||||
- args:
|
||||
name: job
|
||||
table:
|
||||
name: timetickets
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on: jobid
|
||||
type: create_object_relationship
|
||||
- args:
|
||||
name: employee
|
||||
table:
|
||||
name: timetickets
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on: employeeid
|
||||
type: create_object_relationship
|
||||
Reference in New Issue
Block a user