multi-file update
This commit is contained in:
@@ -66,6 +66,7 @@ model Report {
|
||||
date DateTime @default(now())
|
||||
managerName String
|
||||
status ReportStatus @default(IN_PROGRESS)
|
||||
driveFileId String?
|
||||
userId String
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
tasks Task[]
|
||||
|
||||
Reference in New Issue
Block a user