added changeId into entity_changes to have cross-sync change ID

This commit is contained in:
zadam
2021-11-18 22:33:08 +01:00
parent 15ac81627c
commit e36bc42519
6 changed files with 34 additions and 10 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 = 186;
const APP_DB_VERSION = 187;
const SYNC_VERSION = 21;
const CLIPPER_PROTOCOL_VERSION = "1.0";