We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d0be1 + 270f133 commit e0cb916Copy full SHA for e0cb916
Command/DiffFileCommand.php
@@ -57,7 +57,7 @@ public function execute(InputInterface $input, OutputInterface $output)
57
$down = $this->buildCodeFromSql($configuration, $fromSchema->getMigrateFromSql($toSchema, $platform));
58
59
if (!$up && !$down) {
60
- $output->writeln('No changes detected in your mapping information.', 'ERROR');
+ $output->writeln('No changes detected in your mapping information.');
61
62
return;
63
}
0 commit comments