Skip to content

Commit

Permalink
Failure cuased by another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 1, 2020
1 parent ae534cb commit 950cdac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,6 @@ public function testSchemaDiffForeignKeys() : void
$diff = Comparator::compareSchemas($offlineSchema, $schema);

foreach ($diff->changedTables as $table) {

if (count($table->changedForeignKeys) <= 0 && count($table->addedForeignKeys) <= 0 && count($table->removedForeignKeys) <= 0) {
continue;
}
Expand Down

0 comments on commit 950cdac

Please sign in to comment.