[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.22-20-gf3b9322
Alex Vandiver
alexmv at bestpractical.com
Thu Nov 20 12:46:43 EST 2014
The branch, 4.0-trunk has been updated
via f3b9322847bfaaa8f01ec722e15a0b9308a1da90 (commit)
from 0d733982b739798080e1262db60551f0af1d9961 (commit)
Summary of changes:
lib/RT/Shredder.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit f3b9322847bfaaa8f01ec722e15a0b9308a1da90
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Nov 20 12:33:54 2014 -0500
Add a missing semicolon
diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index 8022775..78a934e 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -178,7 +178,7 @@ shredding on most databases.
CREATE INDEX SHREDDER_TXN1 ON Transactions(ReferenceType, OldReference);
CREATE INDEX SHREDDER_TXN2 ON Transactions(ReferenceType, NewReference);
CREATE INDEX SHREDDER_TXN3 ON Transactions(Type, OldValue);
- CREATE INDEX SHREDDER_TXN4 ON Transactions(Type, NewValue)
+ CREATE INDEX SHREDDER_TXN4 ON Transactions(Type, NewValue);
CREATE INDEX SHREDDER_ATTACHMENTS1 ON Attachments(Creator);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list