sql_init/migration fixes

This commit is contained in:
zadam
2020-07-02 22:57:17 +02:00
parent c4cc48dfc9
commit 18749092ff
9 changed files with 51 additions and 93 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 = 160;
const APP_DB_VERSION = 161;
const SYNC_VERSION = 14;
const CLIPPER_PROTOCOL_VERSION = "1.0";