X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=sql%2FPg-upgrade2%2Frequirement_spec_edit_html.pl;h=c6c7b9ff2244d8d9425f1b12fa3ca36d2249e4c2;hb=a2db325a10cff6577db0f5efae9bb3f24f961b73;hp=600e16dd7bd8981a4ee4b10c9de3b822527e595b;hpb=0ccbeedc3c5d6f86095ed663919a42bd3df814cc;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/requirement_spec_edit_html.pl b/sql/Pg-upgrade2/requirement_spec_edit_html.pl index 600e16dd7..c6c7b9ff2 100644 --- a/sql/Pg-upgrade2/requirement_spec_edit_html.pl +++ b/sql/Pg-upgrade2/requirement_spec_edit_html.pl @@ -41,7 +41,7 @@ sub run { map({ ($_ => 'longdescription') } qw(translation orderitems invoice delivery_order_items)), ); - $self->convert_column($_, $tables{$_}) for sort { $a <=> $b } keys %tables; + $self->convert_column($_, $tables{$_}) for keys %tables; return 1; }