Release 202506101800

This commit is contained in:
pluja
2025-06-10 18:00:24 +00:00
parent ad3c561419
commit 2f88c43236
2 changed files with 9 additions and 1 deletions

View File

@@ -498,7 +498,7 @@ model User {
moderator Boolean @default(false)
verifiedLink String?
secretTokenHash String @unique
feedId String? @unique @default(cuid(2))
feedId String @unique @default(cuid(2))
/// Computed via trigger. Do not update through prisma.
totalKarma Int @default(0)