mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
Merge remote-tracking branch 'origin/v4' into v4
This commit is contained in:
commit
8ab8090518
@ -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