mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
recent notes are now keyed by note tree id which simplifies things
This commit is contained in:
@@ -4,7 +4,7 @@ const options = require('./options');
|
||||
const fs = require('fs-extra');
|
||||
const log = require('./log');
|
||||
|
||||
const APP_DB_VERSION = 47;
|
||||
const APP_DB_VERSION = 48;
|
||||
const MIGRATIONS_DIR = "migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user