Skip to content

Commit

Permalink
Merge pull request #36 from MichaelDeBoey/add-ConvertKit-removal-migr…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Shpigford authored Jan 12, 2024
2 parents f346ecb + c3d9eeb commit 37382ae
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 37382ae

Please sign in to comment.