mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
Update schema.prisma
This commit is contained in:
parent
bdbadd9f15
commit
202e9ceb0d
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user