From 6b2e132ec32b657e8f806eedc4d9f06fc66131ef Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Fri, 15 Apr 2005 05:49:25 +0000 Subject: Bug 78276: change name of "when" index on bugs_activity.bug_when column Patch By Max Kanat-Alexander r=myk, a=myk --- Bugzilla/DB/Mysql.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/DB/Mysql.pm') diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index c1fd52844..e0918a22a 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -278,7 +278,8 @@ sub bz_setup_database { # to a standard. We store those names here, so that they # can be properly renamed. my $bad_names = { - bugs_activity => ['bugs_activity_bugid_idx', + # 'when' is a possible leftover from Bugzillas before 2.8 + bugs_activity => ['when', 'bugs_activity_bugid_idx', 'bugs_activity_bugwhen_idx'], longdescs => ['longdescs_bugid_idx', 'longdescs_bugwhen_idx'], -- cgit v1.2.3-24-g4f1b