Skip to content

Commit

Permalink
fix: add ConvertKit removal migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jan 12, 2024
1 parent f346ecb commit c3d9eeb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit c3d9eeb

Please sign in to comment.