trilium/db/migrations/0132__fill_sync.js

5 lines
147 B
JavaScript
Raw Normal View History

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