make migration 223 NOOP

This commit is contained in:
zadam
2023-07-30 21:54:01 +02:00
parent 696ce38083
commit 63675bfbae
6 changed files with 187 additions and 96 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 = 224;
const APP_DB_VERSION = 225;
const SYNC_VERSION = 31;
const CLIPPER_PROTOCOL_VERSION = "1.0";