mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-09 23:23:05 +02:00
12 lines
390 B
Diff
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";
|