feat: add update status flow
This commit is contained in:
parent
7413b2a8f8
commit
52c97134cb
3 changed files with 35 additions and 9 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "RequestData" ADD COLUMN "flow" JSONB;
|
||||
|
|
@ -1202,6 +1202,8 @@ model RequestData {
|
|||
quotation Quotation @relation(fields: [quotationId], references: [id])
|
||||
quotationId String
|
||||
|
||||
flow Json?
|
||||
|
||||
requestWork RequestWork[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue