Files
documenso/packages/prisma/migrations/20231007080315_document_name_to_template/migration.sql
Ephraim Atta-Duncan 31a9127c9e feat: templates
2023-12-14 12:24:56 +11:00

9 lines
244 B
SQL

/*
Warnings:
- Added the required column `documentName` to the `Template` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Template" ADD COLUMN "documentName" TEXT NOT NULL;