From: mkanat%bugzilla.org <> Date: Mon, 17 Jul 2006 07:13:41 +0000 (+0000) Subject: [No Bug] Remove double statement about adding classifications.sortkey. X-Git-Tag: bugzilla-2.23.3~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643f05bd8c129b1a40b31665f8209d6935d8b961;p=thirdparty%2Fbugzilla.git [No Bug] Remove double statement about adding classifications.sortkey. Patch by Max Kanat-Alexander r=LpSolit, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index b0a2b29624..71e43d281a 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});