updated schema for entity_changes table

This commit is contained in:
zadam
2020-08-09 22:44:53 +02:00
parent 02cc52af66
commit e663d7da1b
6 changed files with 203 additions and 181 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 = 163;
const APP_DB_VERSION = 164;
const SYNC_VERSION = 15;
const CLIPPER_PROTOCOL_VERSION = "1.0";