Files
bodyshop/hasura/migrations/1593188907600_track_all_relationships/up.yaml
2020-06-26 16:25:54 -07:00

21 lines
408 B
YAML

- 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