VACUUM for migration

This commit is contained in:
zadam
2021-01-30 22:12:38 +01:00
parent 61ddd8afc6
commit 60d000b9cb
4 changed files with 32 additions and 23 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 = 178;
const APP_DB_VERSION = 179;
const SYNC_VERSION = 19;
const CLIPPER_PROTOCOL_VERSION = "1.0";