Files
edgeKey/prisma/migrations/0006_add_head_footer_code.sql
2026-06-30 17:12:44 +08:00

4 lines
164 B
SQL

-- AlterTable: Add head and footer custom code fields
ALTER TABLE "SiteSetting" ADD COLUMN "headCode" TEXT;
ALTER TABLE "SiteSetting" ADD COLUMN "footerCode" TEXT;