[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.21-6-g3d7e596
Alex Vandiver
alexmv at bestpractical.com
Fri Jul 18 13:25:01 EDT 2014
The branch, 4.0-trunk has been updated
via 3d7e5969b3d1190c8a6f1f45d6458b2e4091b6df (commit)
from ee63dfa0f4297e323df26d403c55b834e76137ab (commit)
Summary of changes:
lib/RT/Shredder.pm | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 3d7e5969b3d1190c8a6f1f45d6458b2e4091b6df
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Jul 18 13:02:37 2014 -0400
Add a useful index for shredding users
Suggested by Christian Loos <cloos at netcologne.de>
diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index 125ed0d..8022775 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -180,6 +180,8 @@ shredding on most databases.
CREATE INDEX SHREDDER_TXN3 ON Transactions(Type, OldValue);
CREATE INDEX SHREDDER_TXN4 ON Transactions(Type, NewValue)
+ CREATE INDEX SHREDDER_ATTACHMENTS1 ON Attachments(Creator);
+
=head1 INFORMATION FOR DEVELOPERS
=head2 General API
-----------------------------------------------------------------------
More information about the rt-commit
mailing list