Unverified Commit f5ca4587 authored by belgattitude's avatar belgattitude Committed by Luís Cobucci

Removed debug comment

parent 4fff9761
...@@ -596,7 +596,6 @@ class MySqlPlatform extends AbstractPlatform ...@@ -596,7 +596,6 @@ class MySqlPlatform extends AbstractPlatform
if ($columnDiff->hasChanged('default') && if ($columnDiff->hasChanged('default') &&
count($columnDiff->changedProperties) === 1 && count($columnDiff->changedProperties) === 1 &&
!$this->isDefaultValueSupportedForType($columnArray['type']) !$this->isDefaultValueSupportedForType($columnArray['type'])
//($columnArray['type'] instanceof TextType || $columnArray['type'] instanceof BlobType)
) { ) {
continue; continue;
} }
......
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