mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
serialize binary note content into base64, incremented sync version
This commit is contained in:
@@ -5,7 +5,7 @@ const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 121;
|
||||
const SYNC_VERSION = 2;
|
||||
const SYNC_VERSION = 3;
|
||||
|
||||
module.exports = {
|
||||
appVersion: packageJson.version,
|
||||
|
||||
Reference in New Issue
Block a user