Files
documenso/packages/prisma/migrations/20240222185936_remove_custom/migration.sql
2024-02-22 20:20:49 +00:00

9 lines
195 B
SQL

/*
Warnings:
- You are about to drop the column `customHTML` on the `Banner` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Banner" DROP COLUMN "customHTML";