diff --git a/hasura/metadata/databases/default/tables/public_matches.yaml b/hasura/metadata/databases/default/tables/public_matches.yaml index 54b48dab..de3540bd 100644 --- a/hasura/metadata/databases/default/tables/public_matches.yaml +++ b/hasura/metadata/databases/default/tables/public_matches.yaml @@ -71,6 +71,13 @@ array_relationships: table: name: draft_games schema: public + - name: event_links + using: + foreign_key_constraint_on: + column: match_id + table: + name: event_match_links + schema: public - name: map_veto_picks using: foreign_key_constraint_on: