mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
🔤
This commit is contained in:
parent
07eb42f5ab
commit
6eb85417b9
@ -79,11 +79,11 @@ model Category {
|
|||||||
requiredRoles Json
|
requiredRoles Json
|
||||||
requireTopic Boolean @default(false)
|
requireTopic Boolean @default(false)
|
||||||
staffRoles Json
|
staffRoles Json
|
||||||
tickets Ticket[]
|
|
||||||
totalLimit Int @default(-1)
|
|
||||||
surveyDescription String?
|
surveyDescription String?
|
||||||
surveyLink String?
|
surveyLink String?
|
||||||
surveyTitle String?
|
surveyTitle String?
|
||||||
|
tickets Ticket[]
|
||||||
|
totalLimit Int @default(-1)
|
||||||
|
|
||||||
@@map("categories")
|
@@map("categories")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user