Skip to content

Commit c53289b

Browse files
Removed code which should be here
1 parent 4940fcd commit c53289b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Driver/MySQL/Schema/MySQLColumn.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,6 @@ public function compare(AbstractColumn $initial): bool
332332
return $result && $this->size === $initial->size;
333333
}
334334

335-
// if (! $result && $this->userType === 'boolean' && $this->size === 1 && $initial->size === 4) {
336-
// return true; // Ignore size differences for boolean columns when matching defaults
337-
// }
338-
339335
return $result;
340336
}
341337

0 commit comments

Comments
 (0)