fix migration from 0.47, closes #2514

This commit is contained in:
zadam 2022-01-05 20:21:24 +01:00
parent 7a650c605c
commit e6f3cc7988
3 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
module.exports = () => console.log("NOOP, moved to migration 0189");

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 = 188;
const APP_DB_VERSION = 189;
const SYNC_VERSION = 23;
const CLIPPER_PROTOCOL_VERSION = "1.0";