summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-02-15 16:26:34 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-15 16:26:34 +0100
commit0081744381d7f56b4d41f1cdce4bf2c6e3991967 (patch)
tree096bbc3b0f42f558d09f87767145b0dc699220bd /Bugzilla/DB/Schema.pm
parent82a6ee698f52595ce7ec43fabefd222a1f80892a (diff)
downloadbugzilla-0081744381d7f56b4d41f1cdce4bf2c6e3991967.tar.gz
bugzilla-0081744381d7f56b4d41f1cdce4bf2c6e3991967.tar.xz
Bug 722113: The profile_search table has a wrong index name
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla/DB/Schema.pm')
-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 da0c7d207..874a99ce0 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -909,7 +909,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)],
],
},