Commit 643f05bd authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

[No Bug] Remove double statement about adding classifications.sortkey.

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
parent 6a688141
...@@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) { ...@@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) {
# 2006-07-07 olav@bkor.dhs.org - Bug 277377 # 2006-07-07 olav@bkor.dhs.org - Bug 277377
# Add a sortkey to the classifications # Add a sortkey to the classifications
if (!$dbh->bz_column_info('classifications', 'sortkey')) { if (!$dbh->bz_column_info('classifications', 'sortkey')) {
print "Adding sortkey column to classifications table...\n" unless $silent;
$dbh->bz_add_column('classifications', 'sortkey', $dbh->bz_add_column('classifications', 'sortkey',
{TYPE => 'INT2', NOTNULL => 1, DEFAULT => 0}); {TYPE => 'INT2', NOTNULL => 1, DEFAULT => 0});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment