Skip to content

Commit

Permalink
Added missing relation in db
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-diaz committed Nov 14, 2024
1 parent 61402be commit a56f81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ model ContestantParticipation {
updatedAt DateTime @updatedAt
Disqualification Disqualification? @relation(fields: [DisqualificationId], references: [id])
DisqualificationId String?
Mentoria Mentoria[]
@@unique([DisqualificationId])
}
Expand Down

0 comments on commit a56f81c

Please sign in to comment.