X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9550f6ddce0a477670da5c4eeb91202b67db9edb..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl 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(); }