2
0

🛂 (billing) Update claimable custom plan options

This commit is contained in:
Baptiste Arnaud
2023-04-28 10:55:15 +02:00
parent 5845e1cb8c
commit 458d715648
8 changed files with 211 additions and 69 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "ClaimableCustomPlan" ADD COLUMN "companyName" TEXT,
ADD COLUMN "isYearly" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "vatType" TEXT,
ADD COLUMN "vatValue" TEXT;