Files
Trilium/db/migrations/0132__fill_sync.js
2020-08-02 23:27:48 +02:00

6 lines
155 B
JavaScript

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