From fbafe8b06c63af273368d052adeeb5af86993059 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 13 Dec 2006 15:22:46 +0000 Subject: [PATCH] Debugcode --- sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.20.1