Update schema.prisma

This commit is contained in:
Isaac 2022-04-19 15:50:56 +01:00 committed by GitHub
parent bdbadd9f15
commit 202e9ceb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ model Category {
tickets Ticket[] tickets Ticket[]
totalLimit Int @default(-1) totalLimit Int @default(-1)
// survey Survey @relation(fields: [guildId, surveyName], references: [guildId, name]) // survey Survey @relation(fields: [guildId, surveyName], references: [guildId, name])
surveyName String // surveyName String
@@map("categories") @@map("categories")
} }