Commit c4b275d4 authored by Lee Davis's avatar Lee Davis Committed by Benjamin Eberlei

Re-add the incorrectly removed line, remove whitespace

parent 51a7806b
......@@ -294,6 +294,7 @@ class Comparator
list($removedColumn, $addedColumn) = $candidateColumns[0];
$removedColumnName = strtolower($removedColumn->getName());
$addedColumnName = strtolower($addedColumn->getName());
if ( ! isset($tableDifferences->renamedColumns[$removedColumnName])) {
$tableDifferences->renamedColumns[$removedColumnName] = $addedColumn;
unset($tableDifferences->addedColumns[$addedColumnName]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment