trilium/db/migrations/0132__fill_sync.js

6 lines
155 B
JavaScript

const syncTableService = require('../../src/services/entity_changes.js');
module.exports = async () => {
await syncTableService.fillAllSyncRows();
};