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

9 lines
248 B
SQL

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