2023-12-08 14:02:00 -06:00

3 lines
98 B
SQL

-- AlterTable
ALTER TABLE "Sub" ADD COLUMN "billingAutoRenew" BOOLEAN NOT NULL DEFAULT false;