1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Add info tag around ATTENTION

This commit is contained in:
Thomas Tourlourat 2013-07-22 17:11:53 +02:00
parent 0c3581a1f8
commit 4882ff1ef5

View File

@ -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();