final touches for beta skymoney (at least i think)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "FixedPlan" ADD COLUMN "autoPayEnabled" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "lastAutoPayment" TIMESTAMP(3),
|
||||
ADD COLUMN "maxRetryAttempts" INTEGER NOT NULL DEFAULT 3,
|
||||
ADD COLUMN "nextPaymentDate" TIMESTAMP(3),
|
||||
ADD COLUMN "paymentSchedule" JSONB;
|
||||
Reference in New Issue
Block a user