rt 4.0.23
[freeside.git] / rt / lib / RT / Shredder.pm
index 8022775..e4cb157 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -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);