mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
fix: cardsCount
This commit is contained in:
@@ -108,8 +108,6 @@ model deck {
|
||||
name String
|
||||
isPrivate Boolean @default(false)
|
||||
cover String? @db.VarChar(500)
|
||||
isDeleted Boolean?
|
||||
isBlocked Boolean?
|
||||
created DateTime @default(now())
|
||||
updated DateTime @updatedAt
|
||||
author user @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
|
||||
Reference in New Issue
Block a user