Files
documenso/packages/prisma/migrations/20231214081915_remove_template_token_column/migration.sql
2023-12-15 22:07:27 +11:00

9 lines
207 B
SQL

/*
Warnings:
- You are about to drop the column `templateToken` on the `Recipient` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Recipient" DROP COLUMN "templateToken";