From 9ea6b6d34c9188172d3118314d33fed77d6dd63e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 14 Oct 2010 01:16:38 +0200 Subject: Bug 451735: Wrong index for the series table r/a=mkanat --- Bugzilla/DB/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/DB') diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index c8adde17f..a64aa04a2 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1304,9 +1304,9 @@ use constant ABSTRACT_SCHEMA => { DEFAULT => 'FALSE'}, ], INDEXES => [ - series_creator_idx => - {FIELDS => [qw(creator category subcategory name)], - TYPE => 'UNIQUE'}, + series_creator_idx => ['creator'], + series_category_idx => {FIELDS => [qw(category subcategory name)], + TYPE => 'UNIQUE'}, ], }, -- cgit v1.2.3-24-g4f1b