multi-file update

This commit is contained in:
jason
2026-03-13 11:13:45 -05:00
parent 5e3ca19c83
commit b2df27cfc5
6 changed files with 52 additions and 13 deletions

View File

@@ -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[]