🛂 (billing) Update claimable custom plan options
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user