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
+5
View File
@@ -0,0 +1,5 @@
const syncTableService = require('../../src/services/sync_table');
module.exports = async () => {
await syncTableService.fillAllSyncRows();
};