1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Merge pull request #36 from MichaelDeBoey/add-ConvertKit-removal-migration

This commit is contained in:
Josh Pigford 2024-01-11 22:39:00 -06:00 committed by GitHub
commit 37382aeb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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