chore: add migration

This commit is contained in:
Methapon Metanipat 2024-10-04 15:17:24 +07:00
parent 3857de8d2b
commit bc3e450a75
3 changed files with 6 additions and 1 deletions

View file

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