diff --git a/prisma/migrations/20240112001215_remove_convert_kit_usage/migration.sql b/prisma/migrations/20240112001215_remove_convert_kit_usage/migration.sql new file mode 100644 index 00000000..c0f6de9e --- /dev/null +++ b/prisma/migrations/20240112001215_remove_convert_kit_usage/migration.sql @@ -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";