Add note about purge DB (#11445)

This commit is contained in:
Evgeniy Tkachenko
2016-04-28 13:00:14 +03:00
committed by Carsten Brandt
parent edd6e719bb
commit 7615a39e4d

View File

@ -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?");
}