summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-15 07:35:12 +0200
committerterry%mozilla.org <>1999-10-15 07:35:12 +0200
commit88e4e7eaae0c4d7177bc30c6f992e84396b0a4ed (patch)
tree162c52a1c6572c0c83e4d9bdb7e5ef6e6ae7a541 /checksetup.pl
parent421b97de6599b834ba61191aaa63ed5d768e0709 (diff)
downloadbugzilla-88e4e7eaae0c4d7177bc30c6f992e84396b0a4ed.tar.gz
bugzilla-88e4e7eaae0c4d7177bc30c6f992e84396b0a4ed.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index c6d1e50fd..0b30fa4d9 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -925,9 +925,9 @@ AddField('attachments', 'submitter_id', 'mediumint not null');
# 9/15/99 Apparently, newer alphas of MySQL won't allow you to have "when"
# as a column name. So, I have had to rename a column in the bugs_activity
-# table. You must feed the below to mysql or you won't work at all.
+# table.
-RenameField ('bugs', 'when', 'bug_when');
+RenameField ('bugs_activity', 'when', 'bug_when');