We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bff5a commit f5e025bCopy full SHA for f5e025b
1 file changed
lib/models/migration.js
@@ -77,6 +77,7 @@ module.exports = function(Migration, options) {
77
runDtTm: new Date()
78
});
79
}
80
+ Migration.finish();
81
cb();
82
83
} catch (err) {
0 commit comments