add indices on blobId

This commit is contained in:
zadam
2023-07-27 21:40:47 +02:00
parent 5b0f487f3f
commit 527718eff7
6 changed files with 449 additions and 647 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 = 222;
const APP_DB_VERSION = 223;
const SYNC_VERSION = 30;
const CLIPPER_PROTOCOL_VERSION = "1.0";