mirror of
https://github.com/Fayorg/calendrier-avant.git
synced 2026-05-27 17:18:38 +02:00
fix: note on Grade optional
This commit is contained in:
@@ -32,6 +32,7 @@ model Grade {
|
||||
id Int @id @default(autoincrement())
|
||||
user Users @relation(fields: [userId], references: [id])
|
||||
userId Int
|
||||
note String
|
||||
grade Float
|
||||
note String?
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user