From c00e3d7393cb40b3fe498d8cb9a4ce51cf530be2 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 19 Mar 2024 20:07:35 -0500 Subject: [PATCH] Change the SQLite journal mode DELETE -> TRUNCATE --- .gitignore | 1 + coreSubProjects | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16bdd9507..bb4078a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ build.properties # Sqlite databases *.sqlite +*.sqlite-journal diff --git a/coreSubProjects b/coreSubProjects index a1950ebcc..9fb5182b7 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit a1950ebccc68dee9aa9a505abb5e6b81529e01fc +Subproject commit 9fb5182b785780a8f6cc55fd721003293eed6291