Change the JobDatabase to use a different error handler.

Relates to #13762
This commit is contained in:
Greyson Parrelli
2024-11-18 15:34:51 -05:00
parent 6ff31b950d
commit a71359a14d

View File

@@ -43,7 +43,7 @@ class JobDatabase(
null,
DATABASE_VERSION,
0,
SqlCipherErrorHandler(DATABASE_NAME),
SqlCipherDeletingErrorHandler(DATABASE_NAME),
SqlCipherDatabaseHook(),
true
),