migration for inconsistent isProtected status across notes and note_contents

This commit is contained in:
zadam 2019-03-30 22:12:18 +01:00
parent 9a5a085103
commit 7cafbda7cd
4 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package'); const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir'); const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 130; const APP_DB_VERSION = 131;
const SYNC_VERSION = 8; const SYNC_VERSION = 8;
module.exports = { module.exports = {