Add info tag around ATTENTION
This commit is contained in:
parent
0c3581a1f8
commit
4882ff1ef5
@ -106,7 +106,7 @@ EOT
|
||||
return 0;
|
||||
}
|
||||
|
||||
$output->writeln('ATTENTION: This operation should not be executed in a production environment.' . PHP_EOL);
|
||||
$output->writeln('<comment>ATTENTION</comment>: This operation should not be executed in a production environment.' . PHP_EOL);
|
||||
|
||||
if ($isFullDatabaseDrop) {
|
||||
$sqls = $schemaTool->getDropDatabaseSQL();
|
||||
|
Loading…
x
Reference in New Issue
Block a user