trilium/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 16:30:16 +08:00
module.exports = async () => {
await syncTableService.fillAllSyncRows();
};