Files
gaufrementbon/prisma/migrations/20260518130000_hero_text_over_image/migration.sql
T
gpatruno e45e9f154e update
2026-06-11 17:30:13 +02:00

3 lines
102 B
SQL

-- AlterTable
ALTER TABLE "SiteContent" ADD COLUMN "heroTextOverImage" BOOLEAN NOT NULL DEFAULT true;