We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e025b commit ec7fc3eCopy full SHA for ec7fc3e
1 file changed
lib/models/migration.js
@@ -195,6 +195,7 @@ module.exports = function(Migration, options) {
195
delete Migration.app.migrating;
196
Migration.emit('complete');
197
Migration.log.info('No new migrations to run.');
198
+ return cb();
199
}
200
});
201
0 commit comments