chore: migration
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
b64cd5d1a6
commit
1a6a19574d
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "RequestData" ADD COLUMN "rejectRequestCancel" BOOLEAN,
|
||||
ADD COLUMN "rejectRequestCancelReason" TEXT;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "RequestWork" ADD COLUMN "rejectRequestCancel" BOOLEAN,
|
||||
ADD COLUMN "rejectRequestCancelReason" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue