1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00

fix: duplicated entry (testOf in Users and Test)

This commit is contained in:
2023-12-05 22:09:36 +01:00
parent a1fb215aa4
commit d9e1661a8f

View File

@@ -14,7 +14,6 @@ model Users {
grades Grade[]
firstName String
lastName String
testOn DateTime? @db.Date
isTeacher Boolean @default(false)
test Test?
createdAt DateTime @default(now())