Skip to content

Commit

Permalink
reduce message output
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 16, 2016
1 parent 2c29a0d commit 9805f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/AutomaticMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function upgrade()
}
$col = $rel['self_column'];
if (isset($references[$col]) && strtoupper($references[$col]->name) != 'PRIMARY') {
$this->logger->info("Column {$col} foreign key {$references[$col]->name} exists");
$this->logger->debug("Column {$col} foreign key {$references[$col]->name} exists");
continue;
}
if ($constraint = $this->builder->buildForeignKeyConstraint($rel)) {
Expand Down

0 comments on commit 9805f3b

Please sign in to comment.