fix note cache for out of order synced entities

This commit is contained in:
zadam
2020-08-27 22:37:57 +02:00
parent 355780c595
commit 4cd1a0ee7d
4 changed files with 28 additions and 13 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 = 166;
const APP_DB_VERSION = 167;
const SYNC_VERSION = 16;
const CLIPPER_PROTOCOL_VERSION = "1.0";