fixes of recent entity changes

This commit is contained in:
zadam
2020-12-14 14:17:51 +01:00
parent 6d7b9e0db3
commit 8b99f065d5
11 changed files with 96 additions and 65 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 = 175;
const APP_DB_VERSION = 176;
const SYNC_VERSION = 17;
const CLIPPER_PROTOCOL_VERSION = "1.0";