Notes/db/migrations/0132__fill_sync.js

6 lines
155 B
JavaScript
Raw Normal View History

const syncTableService = require('../../src/services/entity_changes.js');
2019-04-13 10:30:16 +02:00
module.exports = async () => {
await syncTableService.fillAllSyncRows();
};