summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 436258122..9267a3fea 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -890,7 +890,7 @@ use constant ABSTRACT_SCHEMA => {
list_order => {TYPE => 'MEDIUMTEXT'},
],
INDEXES => [
- profile_search_user_id => [qw(user_id)],
+ profile_search_user_id_idx => [qw(user_id)],
],
},