Revision 03df2c9f
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
sql/Pg-upgrade2/requirement_spec_edit_html.pl | ||
---|---|---|
41 | 41 |
map({ ($_ => 'longdescription') } qw(translation orderitems invoice delivery_order_items)), |
42 | 42 |
); |
43 | 43 |
|
44 |
$self->convert_column($_, $tables{$_}) for sort { $a <=> $b } keys %tables;
|
|
44 |
$self->convert_column($_, $tables{$_}) for keys %tables; |
|
45 | 45 |
|
46 | 46 |
return 1; |
47 | 47 |
} |
Auch abrufbar als: Unified diff
Pflichtenheft-HTML-DB-Upgrade: keine falsche Op beim String-Sortieren