note content is also part of hash check

This commit is contained in:
zadam
2019-03-02 12:40:46 +01:00
parent 36de217835
commit bd118027fb
4 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 125;
const SYNC_VERSION = 5;
const SYNC_VERSION = 6;
module.exports = {
appVersion: packageJson.version,