WIP partial sync requests

This commit is contained in:
zadam
2021-01-10 21:56:40 +01:00
parent cd653b9f0c
commit 7f8b19aee4
6 changed files with 111 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 178;
const SYNC_VERSION = 18;
const SYNC_VERSION = 19;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {