mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-10 16:29:04 -05:00
persisted recent notes
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 = 25;
|
||||
const APP_DB_VERSION = 26;
|
||||
const MIGRATIONS_DIR = "./migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user