DB cleanup migration

This commit is contained in:
zadam
2021-11-18 21:52:56 +01:00
parent 57fae2c8c6
commit 15ac81627c
4 changed files with 5 additions and 5 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 = 185;
const APP_DB_VERSION = 186;
const SYNC_VERSION = 21;
const CLIPPER_PROTOCOL_VERSION = "1.0";