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:
azivner
2018-04-11 00:10:11 -04:00
parent 7b59a665dd
commit a4eafb934f
8 changed files with 189 additions and 138 deletions

View File

@@ -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,