chore: migration
This commit is contained in:
parent
8535924d53
commit
24e379fbf4
2 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Product" ALTER COLUMN "agentPriceCalcVat" SET DEFAULT true,
|
||||
ALTER COLUMN "agentPriceVatIncluded" SET DEFAULT true,
|
||||
ALTER COLUMN "serviceChargeCalcVat" SET DEFAULT true,
|
||||
ALTER COLUMN "serviceChargeVatIncluded" SET DEFAULT true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue