Skip to content

Commit

Permalink
chore(hasura): add node array relationship to producer table
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Oct 6, 2022
1 parent 1e20682 commit 38cefd2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hasura/metadata/databases/default/tables/public_producer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
table:
schema: public
name: producer
array_relationships:
- name: nodes
using:
foreign_key_constraint_on:
column: producer_id
table:
schema: public
name: node
select_permissions:
- role: guest
permission:
Expand Down

0 comments on commit 38cefd2

Please sign in to comment.