mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
fix learn endpoint
This commit is contained in:
@@ -125,9 +125,9 @@ model deck {
|
||||
|
||||
model grade {
|
||||
id String @id @default(cuid())
|
||||
deckId String @unique
|
||||
deckId String
|
||||
cardId String @unique
|
||||
userId String @unique
|
||||
userId String
|
||||
grade Int
|
||||
shots Int
|
||||
created DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user