Files
SkyMoney/api/prisma/migrations/20251119033730_fixed_plan_rollover/migration.sql

5 lines
200 B
SQL

-- AlterTable
ALTER TABLE "FixedPlan" ADD COLUMN "autoRollover" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "lastRollover" TIMESTAMP(3),
ADD COLUMN "periodDays" INTEGER NOT NULL DEFAULT 30;