Commit 614c28ff by Qiang Xue

Merge branch 'master' of github.com:yiisoft/yii2

parents 0c3bcc46 c2ac0f1c
......@@ -151,7 +151,7 @@ class MigrateController extends Controller
$migrations = $this->getNewMigrations();
if (empty($migrations)) {
echo "No new migration found. Your system is up-to-date.\n";
Yii::$app->end();
return;
}
$total = count($migrations);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment