mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 00:11:27 +03:00
Improve prisma scripts
This commit is contained in:
@@ -90,7 +90,7 @@ model Category {
|
||||
requireTopic Boolean @default(false)
|
||||
staffRoles Json
|
||||
tickets Ticket[]
|
||||
totalLimit Int @default(-1)
|
||||
totalLimit Int @default(50)
|
||||
|
||||
@@map("categories")
|
||||
}
|
||||
|
Reference in New Issue
Block a user