system links (internal, image, relation map) should follow camelCase convention used for other attributes

This commit is contained in:
zadam
2019-11-23 20:54:49 +01:00
parent 4da6234911
commit e4bec265c1
10 changed files with 51 additions and 45 deletions

View File

@@ -4,8 +4,8 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 153;
const SYNC_VERSION = 11;
const APP_DB_VERSION = 154;
const SYNC_VERSION = 12;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {