Promote fts5 secure-delete to production

This commit is contained in:
Fedor Indutny 2023-10-30 20:36:23 +01:00 committed by GitHub
parent 47aff178da
commit 79f7d64fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 114 deletions

View file

@ -577,7 +577,6 @@ SQL.setLogHandler((code, value) => {
});
async function initialize({
appVersion,
configDir,
key,
logger: suppliedLogger,
@ -619,7 +618,7 @@ async function initialize({
// For profiling use:
// db.pragma('cipher_profile=\'sqlcipher.log\'');
updateSchema(writable, logger, appVersion);
updateSchema(writable, logger);
readonly = openAndSetUpSQLCipher(databaseFilePath, { key, readonly: true });