fix: remove templateToken

This commit is contained in:
Mythie
2023-12-15 22:07:27 +11:00
parent 1eeb5fb103
commit 82da337a56
8 changed files with 22 additions and 17 deletions

View File

@ -0,0 +1,8 @@
/*
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";