mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-24 05:39:21 -05:00
trim note_ids to 22 characters (there was a bug in nodejs backend which generated 32 character noteids)
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 = 14;
|
||||
const APP_DB_VERSION = 15;
|
||||
const MIGRATIONS_DIR = "./migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user