mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
fix: add ConvertKit removal migration
This commit is contained in:
parent
f346ecb3a0
commit
c3d9eeb8f5
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `convert_kit_id` on the `user` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "user" DROP COLUMN "convert_kit_id";
|
Loading…
Add table
Add a link
Reference in a new issue