mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
9 lines
248 B
SQL
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;
|