Added scoreboard initial design BOD-91

This commit is contained in:
Patrick Fic
2020-06-26 16:25:54 -07:00
parent 4516491c8c
commit 3df456e2dd
41 changed files with 1388 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
- args:
relationship: scoreboards
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: job
table:
name: scoreboard
schema: public
type: drop_relationship

View File

@@ -0,0 +1,20 @@
- args:
name: scoreboards
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: scoreboard
schema: public
type: create_array_relationship
- args:
name: job
table:
name: scoreboard
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship