Notes/db/migrations/0132__fill_sync.js

5 lines
147 B
JavaScript
Raw Normal View History

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