mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Add note about purge DB (#11445)
This commit is contained in:

committed by
Carsten Brandt

parent
edd6e719bb
commit
7615a39e4d
@ -334,6 +334,9 @@ class FixtureController extends Controller
|
||||
$this->outputList($except);
|
||||
}
|
||||
|
||||
$this->stdout("\nBe aware that:\n", Console::BOLD);
|
||||
$this->stdout("Applying leads to purging of certain data in the database!\n", Console::FG_RED);
|
||||
|
||||
return $this->confirm("\nLoad above fixtures?");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user