X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=sql%2FPg-upgrade%2FPg-upgrade-2.2.0.36-2.2.0.37.pl;fp=sql%2FPg-upgrade%2FPg-upgrade-2.2.0.36-2.2.0.37.pl;h=131a09f56eec2b4ec8819d94c04ff6ba4241cf87;hb=fbafe8b06c63af273368d052adeeb5af86993059;hp=909945b15fb01ca1407143d9fbf1c43d2e17d026;hpb=f419dee55f30e0413e9c32b643cd91f176e1c594;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl b/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl index 909945b15..131a09f56 100644 --- a/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl +++ b/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl @@ -7,7 +7,6 @@ die("This script cannot be run from the command line.") unless ($main::form); sub do_update { my $query = "ALTER TABLE orderitems DROP CONSTRAINT orderitems_pkey"; if (!$dbh->do($query)) { - $main::lxdebug->message(0, "gab es nicht"); $dbh->rollback(); $dbh->begin_work(); }