mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
data key is not encrypted with aes-cbc as well
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 = 31;
|
||||
const APP_DB_VERSION = 33;
|
||||
const MIGRATIONS_DIR = "migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user