added sync fill for note_contents

This commit is contained in:
zadam 2019-03-02 19:59:32 +01:00
parent bd118027fb
commit 64974d75d5
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
INSERT OR REPLACE INTO sync (entityName, entityId, sourceId, syncDate)
SELECT 'note_contents', noteContentId, '', '2019-03-02T18:07:29.182Z' FROM note_contents;

View File

@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 125;
const APP_DB_VERSION = 126;
const SYNC_VERSION = 6;
module.exports = {