jedmund-svelte/prisma/migrations/20250531213353_add_photography_flags/migration.sql
2025-06-01 23:48:10 -07:00

5 lines
195 B
SQL

-- AlterTable
ALTER TABLE "Album" ADD COLUMN "isPhotography" BOOLEAN NOT NULL DEFAULT false;
-- AlterTable
ALTER TABLE "Media" ADD COLUMN "isPhotography" BOOLEAN NOT NULL DEFAULT false;