mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
non null note title and content in the DB schema, allow saving non-valid JSON notes, children overview style changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
|
||||
const APP_DB_VERSION = 87;
|
||||
const APP_DB_VERSION = 88;
|
||||
|
||||
module.exports = {
|
||||
appVersion: packageJson.version,
|
||||
|
||||
Reference in New Issue
Block a user