summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-08-16 07:28:28 +0200
committerByron Jones <bjones@mozilla.com>2013-08-16 07:28:28 +0200
commitf57e316cc05dac0e232bfa51c3598fd9e337d50d (patch)
tree17eb7d33dd32a5bd8e70b3fc072ae6f98c9ccf31 /Bugzilla/Install/DB.pm
parent64e818b7f831e2df8bc5638a977b5e34e3e31a1d (diff)
downloadbugzilla-f57e316cc05dac0e232bfa51c3598fd9e337d50d.tar.gz
bugzilla-f57e316cc05dac0e232bfa51c3598fd9e337d50d.tar.xz
Bug 905925: add attachment.ispatch index
Diffstat (limited to 'Bugzilla/Install/DB.pm')
-rw-r--r--Bugzilla/Install/DB.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index c61aab767..db3b8e3a3 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -699,6 +699,9 @@ sub update_table_definitions {
# 2012-04-15 Frank@Frank-Becker.de - Bug 740536
$dbh->bz_add_index('audit_log', 'audit_log_class_idx', ['class', 'at_time']);
+ # 2013-08-16 glob@mozilla.com - Bug 905925
+ $dbh->bz_add_index('attachments', 'attachments_ispatch_idx', ['ispatch']);
+
################################################################
# New --TABLE-- changes should go *** A B O V E *** this point #
################################################################