summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-08-26 08:55:17 +0200
committermkanat%bugzilla.org <>2006-08-26 08:55:17 +0200
commit0f282627568f7f8ed401506f291730f871fc538a (patch)
tree098820e1d0ff5848ddb1f5e6f95ae239fd55627c /Bugzilla/DB
parent192725496a22f2cc37124aecd97748fc5844160c (diff)
downloadbugzilla-0f282627568f7f8ed401506f291730f871fc538a.tar.gz
bugzilla-0f282627568f7f8ed401506f291730f871fc538a.tar.xz
Bug 350249: We don't need an index on bugs.short_desc
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 3967c8282..fb5fb9ce8 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -219,7 +219,6 @@ use constant ABSTRACT_SCHEMA => {
bugs_target_milestone_idx => ['target_milestone'],
bugs_qa_contact_idx => ['qa_contact'],
bugs_votes_idx => ['votes'],
- bugs_short_desc_idx => ['short_desc'],
],
},