Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
refactor: rename relationship for contest_team
Browse files Browse the repository at this point in the history
  • Loading branch information
FranGuam committed Mar 18, 2024
1 parent 2e7746e commit 8662ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -842,10 +842,10 @@
name: contest_team
schema: public
object_relationships:
- name: team_contest_id
- name: contest
using:
foreign_key_constraint_on: contest_id
- name: team_leader_byuuid
- name: team_leader
using:
foreign_key_constraint_on: team_leader_uuid
array_relationships:
Expand Down

0 comments on commit 8662ca7

Please sign in to comment.