zipline/prisma/migrations/20211003022626_site_name/migration.sql

3 lines
110 B
MySQL
Raw Normal View History

2021-10-02 22:16:23 -05:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "embedSiteName" TEXT DEFAULT E'{image.file} • {user.name}';