1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

add: teacher's grade in Test row

This commit is contained in:
2023-12-06 11:08:01 +01:00
parent 57acbec0ed
commit 852bc7860c

View File

@@ -28,6 +28,7 @@ model Test {
grades Grade[]
isActive Boolean @default(false)
isPassed Boolean @default(false)
teacherGrade Float?
}
model Grade {