1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

fix: add ConvertKit removal migration

This commit is contained in:
Michaël De Boey 2024-01-12 00:56:02 +01:00
parent f346ecb3a0
commit c3d9eeb8f5
No known key found for this signature in database

View file

@ -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";