Skip to content

Commit 37af3c3

Browse files
authored
Update ChangeLog.md
1 parent 84f6355 commit 37af3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waspc/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ app todoApp {
2121
- Changed the minimum number of machines that a server app is using when deployed to Fly.io from 0 to 1. This prevents the server app from shutting down when there are no requests to it. There might be some other work that the server is doing e.g. running periodic Jobs or sending e-mails, so we want to make sure that the server is always running.
2222
- Fixes a bug where copying of migrations dir failed due to a missing `migrations` dir.
2323
- Fixes a regression where a missing DB on the DB server would prevent project from running. Now, Wasp will tolerate the missing DB error and rely on Prisma to create the DB for you (like before).
24-
24+
- Fixes an issue on Linux where running Prisma migration command fails when a project has a path that has spaces in it.
2525

2626
## 0.11.7
2727

0 commit comments

Comments
 (0)