Commit 1a2ffb0 1 parent c88d682 commit 1a2ffb0 Copy full SHA for 1a2ffb0
File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ destination = "/data"
15
15
[deploy ]
16
16
release_command = " node ./other/sentry-create-release"
17
17
18
+ [env ]
19
+ PRISMA_SCHEMA_DISABLE_ADVISORY_LOCK = " 1"
20
+
18
21
[[services ]]
19
22
internal_port = 8080
20
23
processes = [ " app" ]
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ exec:
36
36
37
37
# re-enable these when this is fixed: https://github.com/superfly/litefs/issues/425
38
38
# # Set the journal mode for the database to WAL. This reduces concurrency deadlock issues
39
- # - cmd: sqlite3 $DATABASE_PATH "PRAGMA journal_mode = WAL;"
40
- # if-candidate: true
39
+ - cmd : sqlite3 $DATABASE_PATH "PRAGMA journal_mode = WAL;"
40
+ if-candidate : true
41
41
42
42
# # Set the journal mode for the cache to WAL. This reduces concurrency deadlock issues
43
- # - cmd: sqlite3 $CACHE_DATABASE_PATH "PRAGMA journal_mode = WAL;"
44
- # if-candidate: true
43
+ - cmd : sqlite3 $CACHE_DATABASE_PATH "PRAGMA journal_mode = WAL;"
44
+ if-candidate : true
45
45
46
46
- cmd : npm start
You can’t perform that action at this time.
0 commit comments