summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-17 09:13:41 +0200
committermkanat%bugzilla.org <>2006-07-17 09:13:41 +0200
commit643f05bd8c129b1a40b31665f8209d6935d8b961 (patch)
tree7ea6490cc199c6ed9e18fc5f302e2bf52cda968c /checksetup.pl
parent6a688141978ccd79300218f48cce9a42e1ad1a91 (diff)
downloadbugzilla-643f05bd8c129b1a40b31665f8209d6935d8b961.tar.gz
bugzilla-643f05bd8c129b1a40b31665f8209d6935d8b961.tar.xz
[No Bug] Remove double statement about adding classifications.sortkey.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 0 insertions, 2 deletions
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});