mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 23:01:05 +08:00
wip
This commit is contained in:
parent
929f8ef720
commit
5225a99995
3 changed files with 1 additions and 1 deletions
0
db/migrations/0214__content_structure.sql
Normal file
0
db/migrations/0214__content_structure.sql
Normal file
|
|
@ -4,7 +4,7 @@ const build = require('./build');
|
||||||
const packageJson = require('../../package');
|
const packageJson = require('../../package');
|
||||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||||
|
|
||||||
const APP_DB_VERSION = 214;
|
const APP_DB_VERSION = 215;
|
||||||
const SYNC_VERSION = 30;
|
const SYNC_VERSION = 30;
|
||||||
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue