move entity hash to entity_changes table WIP

This commit is contained in:
zadam
2020-12-07 23:04:17 +01:00
parent 16c4b8aa43
commit 7f3ef2cb8b
14 changed files with 107 additions and 115 deletions

View File

@@ -4,8 +4,8 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 172;
const SYNC_VERSION = 16;
const APP_DB_VERSION = 173;
const SYNC_VERSION = 17;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {