Files
bodyshop/hasura/migrations/1579106900223_track_all_relationships/up.yaml

21 lines
404 B
YAML

- args:
name: job
table:
name: documents
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: documents
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: documents
schema: public
type: create_array_relationship