From 643f05bd8c129b1a40b31665f8209d6935d8b961 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 17 Jul 2006 07:13:41 +0000 Subject: [No Bug] Remove double statement about adding classifications.sortkey. Patch by Max Kanat-Alexander r=LpSolit, a=justdave --- checksetup.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index b0a2b2962..71e43d281 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) { # 2006-07-07 olav@bkor.dhs.org - Bug 277377 # Add a sortkey to the classifications if (!$dbh->bz_column_info('classifications', 'sortkey')) { - print "Adding sortkey column to classifications table...\n" unless $silent; - $dbh->bz_add_column('classifications', 'sortkey', {TYPE => 'INT2', NOTNULL => 1, DEFAULT => 0}); -- cgit v1.2.3-24-g4f1b