mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 01:07:37 +08:00
@ -97,7 +97,7 @@ class MigrateController extends Controller
|
||||
public function globalOptions()
|
||||
{
|
||||
return array_merge(parent::globalOptions(), array(
|
||||
'migrationPath', 'migrationTable', 'db', 'templateFile', 'interactive'
|
||||
'migrationPath', 'migrationTable', 'db', 'templateFile', 'interactive', 'color'
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user