We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d789f commit d194759Copy full SHA for d194759
1 file changed
other/litefs.yml
@@ -31,6 +31,9 @@ lease:
31
exec:
32
- cmd: node ./other/setup-swap.js
33
34
+ - cmd: npx prisma migrate deploy
35
+ if-candidate: true
36
+
37
# Set the journal mode for the database to WAL. This reduces concurrency deadlock issues
38
- cmd: sqlite3 $DATABASE_PATH "PRAGMA journal_mode = WAL;"
39
if-candidate: true
@@ -39,7 +42,4 @@ exec:
42
- cmd: sqlite3 $CACHE_DATABASE_PATH "PRAGMA journal_mode = WAL;"
40
43
41
44
- - cmd: npx prisma migrate deploy
- if-candidate: true
-
45
- cmd: npm start
0 commit comments