mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Update BaseMigrateController.php
This commit is contained in:
@ -122,7 +122,7 @@ abstract class BaseMigrateController extends Controller
|
||||
{
|
||||
$migrations = $this->getNewMigrations();
|
||||
if (empty($migrations)) {
|
||||
$this->stdout("No new migration found. Your system is up-to-date.\n", Console::FG_GREEN);
|
||||
$this->stdout("No new migrations found. Your system is up-to-date.\n", Console::FG_GREEN);
|
||||
|
||||
return self::EXIT_CODE_NORMAL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user