drop unnecessary indexes

This commit is contained in:
zadam
2019-12-01 12:38:07 +01:00
parent 6e83980784
commit d57caee0d3
3 changed files with 3 additions and 4 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 = 154;
const APP_DB_VERSION = 155;
const SYNC_VERSION = 12;
const CLIPPER_PROTOCOL_VERSION = "1.0";