migration for inconsistent isProtected status across notes and note_contents

This commit is contained in:
zadam
2019-03-30 20:09:38 +01:00
parent 4b41eddf44
commit c240fb9896
2 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 = 126;
const APP_DB_VERSION = 127;
const SYNC_VERSION = 6;
module.exports = {