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

9 lines
256 B
SQL

/*
Warnings:
- Added the required column `email` to the `TemplateRecipient` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "TemplateRecipient" ADD COLUMN "email" VARCHAR(255) NOT NULL;