Promote fts5 secure-delete to production
This commit is contained in:
parent
47aff178da
commit
79f7d64fb7
7 changed files with 6 additions and 114 deletions
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue