feat: add accepted and submitted date to user task
This commit is contained in:
parent
eb907eff10
commit
7e3ec0db42
1 changed files with 3 additions and 0 deletions
|
|
@ -1575,6 +1575,9 @@ model UserTask {
|
|||
taskOrderId String
|
||||
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
userId String
|
||||
|
||||
acceptedAt DateTime?
|
||||
submittedAt DateTime?
|
||||
}
|
||||
|
||||
enum CreditNoteStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue