chore: remove unused rating column

This commit is contained in:
2023-12-15 17:46:48 +01:00
parent e4ab9fa9c8
commit 49cd869e07
5 changed files with 1549 additions and 9 deletions

View File

@@ -91,7 +91,6 @@ model card {
questionVideo String? @db.VarChar(500)
comments String?
type String?
rating Int @default(0)
moreId String?
created DateTime @default(now())
updated DateTime @updatedAt
@@ -110,7 +109,6 @@ model deck {
isPrivate Boolean @default(false)
shots Int @default(0)
cover String? @db.VarChar(500)
rating Int @default(0)
isDeleted Boolean?
isBlocked Boolean?
created DateTime @default(now())