/* 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;