X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade%2FPg-upgrade-2.2.0.36-2.2.0.37.pl;h=131a09f56eec2b4ec8819d94c04ff6ba4241cf87;hb=9aaca43317d3ea33d80a308cab7ce4c20d732a16;hp=909945b15fb01ca1407143d9fbf1c43d2e17d026;hpb=9550f6ddce0a477670da5c4eeb91202b67db9edb;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(); }