chore: fix migration

This commit is contained in:
Methapon Metanipat 2024-10-28 09:04:14 +07:00
parent 31ae4747a6
commit 123a6fefb7
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,2 @@
-- AlterEnum
ALTER TYPE "QuotationStatus" ADD VALUE 'Issued';
-- AlterTable
ALTER TABLE "Quotation" ALTER COLUMN "quotationStatus" SET DEFAULT 'Issued';

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Quotation" ALTER COLUMN "quotationStatus" SET DEFAULT 'Issued';