mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
9 lines
207 B
SQL
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";
|