Files
open-saas/opensaas-sh/app_diff/migrations/20250710084843_remove_newsletter_fields/migration.sql.diff
Mihovil Ilakovac 09ea4ee982 Updates for Wasp 0.17.0 (#448)
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2025-07-10 16:16:19 +02:00

12 lines
390 B
Diff

--- template/app/migrations/20250710084843_remove_newsletter_fields/migration.sql
+++ opensaas-sh/app/migrations/20250710084843_remove_newsletter_fields/migration.sql
@@ -0,0 +1,8 @@
+/*
+ Warnings:
+
+ - You are about to drop the column `sendNewsletter` on the `User` table. All the data in the column will be lost.
+
+*/
+-- AlterTable
+ALTER TABLE "User" DROP COLUMN "sendNewsletter";