chore: fix migration
This commit is contained in:
parent
31ae4747a6
commit
123a6fefb7
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,2 @@
|
|||
-- AlterEnum
|
||||
ALTER TYPE "QuotationStatus" ADD VALUE 'Issued';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Quotation" ALTER COLUMN "quotationStatus" SET DEFAULT 'Issued';
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Quotation" ALTER COLUMN "quotationStatus" SET DEFAULT 'Issued';
|
||||
Loading…
Add table
Add a link
Reference in a new issue