zipline/prisma/migrations/20250131204021_url_enabled/migration.sql
2025-01-31 13:12:18 -08:00

2 lines
88 B
SQL

-- AlterTable
ALTER TABLE "Url" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT true;