From 20103171cfee76227e99b2ede485d4cf8572ebc7 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 21 Sep 2026 10:44:55 -0400 Subject: [PATCH] feature: event highlights --- .../metadata/databases/default/tables/public_matches.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: