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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user