Skip to content

Commit

Permalink
Update PgsqlPlatform.php
Browse files Browse the repository at this point in the history
Fix 7.4 breaking change
  • Loading branch information
Gavin Love committed Mar 12, 2021
1 parent 87fb492 commit 2f1619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/lib/platform/PgsqlPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function getModifyColumnDDL(PropelColumnDiff $columnDiff)
foreach ($changedProperties as $key => $property) {
switch ($key) {
case 'defaultValueType':
continue;
continue 2;
case 'size':
case 'type':
case 'scale':
Expand Down

0 comments on commit 2f1619f

Please sign in to comment.