Skip to content
1 change: 1 addition & 0 deletions lib/models/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = function(Migration, options) {
runDtTm: new Date()
});
}
Migration.finish();
cb();
});
} catch (err) {
Expand Down