summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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');