mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
note_id - parent_note_id index needs to be unique
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const build = require('./build');
|
||||
const packageJson = require('../package');
|
||||
|
||||
const APP_DB_VERSION = 60;
|
||||
const APP_DB_VERSION = 61;
|
||||
|
||||
module.exports = {
|
||||
app_version: packageJson.version,
|
||||
|
||||
Reference in New Issue
Block a user