mirror of
https://github.com/zadam/trilium.git
synced 2024-12-29 11:24:45 +08:00
fix migration from 0.47, closes #2514
This commit is contained in:
parent
7a650c605c
commit
e6f3cc7988
3 changed files with 2 additions and 1 deletions
1
db/migrations/0184__NOOP.js
Normal file
1
db/migrations/0184__NOOP.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = () => console.log("NOOP, moved to migration 0189");
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue