]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the...
authorterry%mozilla.org <>
Fri, 15 Oct 1999 05:35:12 +0000 (05:35 +0000)
committerterry%mozilla.org <>
Fri, 15 Oct 1999 05:35:12 +0000 (05:35 +0000)
checksetup.pl

index c6d1e50fd44217b54b113e7757e2519c7e10d7f7..0b30fa4d9042a003b6d1d9720451fe42089960ab 100755 (executable)
@@ -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');