emergency disabling of image compression since it appears to make problems in migration to 0.61

This commit is contained in:
zadam
2023-11-04 00:10:54 +01:00
parent df5951ce46
commit 1ebdb0f5e1
3 changed files with 7 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 = 226;
const APP_DB_VERSION = 227;
const SYNC_VERSION = 31;
const CLIPPER_PROTOCOL_VERSION = "1.0";