Added shift clock framework + login on tech console BOD-97 BOD-188

This commit is contained in:
Patrick Fic
2020-07-16 10:17:23 -07:00
parent bf74d9a042
commit 6a8b59c7e6
67 changed files with 1791 additions and 217 deletions

View File

@@ -0,0 +1,20 @@
- args:
name: timetickets
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: timetickets
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: timetickets
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship