mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
chore(prisma): update daily generation limits to 3 for User model
This commit is contained in:
@@ -26,8 +26,8 @@ model User {
|
||||
flagged Boolean @default(false)
|
||||
flaggedAt DateTime?
|
||||
flaggedReason String?
|
||||
dailyGenerationLimit Int @default(10)
|
||||
generationCreditsRemaining Int @default(10)
|
||||
dailyGenerationLimit Int @default(3)
|
||||
generationCreditsRemaining Int @default(3)
|
||||
generationCreditsResetAt DateTime?
|
||||
accounts Account[]
|
||||
subscriptions CategorySubscription[]
|
||||
|
||||
Reference in New Issue
Block a user