mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
add memberId to entity_changes to avoid having to resend all changes second time
This commit is contained in:
@@ -4,7 +4,7 @@ const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 190;
|
||||
const APP_DB_VERSION = 191;
|
||||
const SYNC_VERSION = 25;
|
||||
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user