stacker.news/prisma/migrations/20231208191418_territory_renew/migration.sql

3 lines
98 B
MySQL
Raw Normal View History

2023-12-08 20:02:00 +00:00
-- AlterTable
ALTER TABLE "Sub" ADD COLUMN "billingAutoRenew" BOOLEAN NOT NULL DEFAULT false;