fixed saved note migration - need to be migrated as last, #1647

This commit is contained in:
zadam
2021-02-16 21:40:17 +01:00
parent 2388da7cfb
commit 5542c9dc57
2 changed files with 3 additions and 1 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 = 182;
const APP_DB_VERSION = 183;
const SYNC_VERSION = 20;
const CLIPPER_PROTOCOL_VERSION = "1.0";