mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
notes_tree is now soft deleted as well
This commit is contained in:
@@ -3,7 +3,7 @@ const sql = require('./sql');
|
||||
const fs = require('fs-extra');
|
||||
const log = require('./log');
|
||||
|
||||
const APP_DB_VERSION = 9;
|
||||
const APP_DB_VERSION = 10;
|
||||
const MIGRATIONS_DIR = "./migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user