Skip to content

Commit

Permalink
Merge pull request #148 from zzdhybthu/dev
Browse files Browse the repository at this point in the history
Rename mentor_application_as_student etc.
  • Loading branch information
xiangmy21 authored Mar 6, 2024
2 parents 35e2c9c + d30fe50 commit 4890e0b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3079,14 +3079,21 @@
name: mentor_available
schema: public
array_relationships:
- name: mentor_application_mentors
- name: contest_team_members
using:
foreign_key_constraint_on:
column: user_uuid
table:
name: contest_team_member
schema: public
- name: mentor_application_as_mentor
using:
foreign_key_constraint_on:
column: mentor_uuid
table:
name: mentor_application
schema: public
- name: mentor_application_students
- name: mentor_application_as_student
using:
foreign_key_constraint_on:
column: student_uuid
Expand Down

0 comments on commit 4890e0b

Please sign in to comment.