diff --git a/db/migrations/0127__add_note_fulltext.sql b/db/migrations/0128__add_note_fulltext.sql similarity index 100% rename from db/migrations/0127__add_note_fulltext.sql rename to db/migrations/0128__add_note_fulltext.sql diff --git a/db/migrations/0128__fill_note_fulltext.js b/db/migrations/0129__fill_note_fulltext.js similarity index 100% rename from db/migrations/0128__fill_note_fulltext.js rename to db/migrations/0129__fill_note_fulltext.js diff --git a/db/migrations/0129__rename_dates_to_utc.sql b/db/migrations/0131__rename_dates_to_utc.sql similarity index 100% rename from db/migrations/0129__rename_dates_to_utc.sql rename to db/migrations/0131__rename_dates_to_utc.sql diff --git a/src/services/app_info.js b/src/services/app_info.js index 6eaa01d9f..35529eb66 100644 --- a/src/services/app_info.js +++ b/src/services/app_info.js @@ -4,7 +4,7 @@ const build = require('./build'); const packageJson = require('../../package'); const {TRILIUM_DATA_DIR} = require('./data_dir'); -const APP_DB_VERSION = 130; +const APP_DB_VERSION = 131; const SYNC_VERSION = 8; module.exports = {