Commit 88e4e7ea authored by terry%mozilla.org's avatar terry%mozilla.org

Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up…

Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table.
parent 421b97de
......@@ -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');
......
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