3 lines
102 B
SQL
3 lines
102 B
SQL
-- AlterTable
|
|
ALTER TABLE "SiteContent" ADD COLUMN "heroTextOverImage" BOOLEAN NOT NULL DEFAULT true;
|