refactoring for archived notes handling in note cache

This commit is contained in:
zadam
2020-09-07 00:05:01 +02:00
parent eb4d86f41d
commit 69e36d2677
8 changed files with 22 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 167;
const APP_DB_VERSION = 168;
const SYNC_VERSION = 16;
const CLIPPER_PROTOCOL_VERSION = "1.0";