Files
sign/packages/prisma/migrations/20231019043226_template_recipient_email/migration.sql

9 lines
256 B
MySQL
Raw Normal View History

2023-10-06 22:54:24 +00:00
/*
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;