diff options
author | mkanat%bugzilla.org <> | 2006-08-26 06:55:17 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-08-26 06:55:17 +0000 |
commit | 0f282627568f7f8ed401506f291730f871fc538a (patch) | |
tree | 098820e1d0ff5848ddb1f5e6f95ae239fd55627c /Bugzilla/DB | |
parent | 192725496a22f2cc37124aecd97748fc5844160c (diff) | |
download | bugs-0f282627568f7f8ed401506f291730f871fc538a.tar bugs-0f282627568f7f8ed401506f291730f871fc538a.tar.gz bugs-0f282627568f7f8ed401506f291730f871fc538a.tar.bz2 bugs-0f282627568f7f8ed401506f291730f871fc538a.tar.xz bugs-0f282627568f7f8ed401506f291730f871fc538a.zip |
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.pm | 1 |
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'], ], }, |