fill sync rows to fix sync issues

This commit is contained in:
zadam 2019-04-13 10:30:16 +02:00
parent be378f71b0
commit 7e374e795b
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
const syncTableService = require('../../src/services/sync_table');
module.exports = async () => {
await syncTableService.fillAllSyncRows();
};

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 = 131;
const APP_DB_VERSION = 132;
const SYNC_VERSION = 8;
module.exports = {