Skip to content

Commit 09ea4ee

Browse files
infomihosodic
andauthored
Updates for Wasp 0.17.0 (wasp-lang#448)
Co-authored-by: Filip Sodić <[email protected]>
1 parent 5d77d9e commit 09ea4ee

File tree

7 files changed

+286
-303
lines changed

7 files changed

+286
-303
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
WASP_TELEMETRY_DISABLE: 1
13-
WASP_VERSION: 0.16.7
13+
WASP_VERSION: 0.17.0
1414

1515
jobs:
1616
test:

opensaas-sh/app_diff/main.wasp.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- template/app/main.wasp
22
+++ opensaas-sh/app/main.wasp
33
@@ -3,31 +3,32 @@
4-
version: "^0.16.0"
4+
version: "^0.17.0"
55
},
66

77
- title: "My Open SaaS App",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- template/app/migrations/20250710084843_remove_newsletter_fields/migration.sql
2+
+++ opensaas-sh/app/migrations/20250710084843_remove_newsletter_fields/migration.sql
3+
@@ -0,0 +1,8 @@
4+
+/*
5+
+ Warnings:
6+
+
7+
+ - You are about to drop the column `sendNewsletter` on the `User` table. All the data in the column will be lost.
8+
+
9+
+*/
10+
+-- AlterTable
11+
+ALTER TABLE "User" DROP COLUMN "sendNewsletter";

0 commit comments

Comments
 (0)