]> git.uio.no Git - usit-rt.git/blobdiff - etc/upgrade/shrink_transactions_table.pl
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / etc / upgrade / shrink_transactions_table.pl
index b4f07f0909594fcf6f4c5c2f511c6e21714ac283..601c29760d33ada6d5a325f2d87f51cdc4ac0de0 100644 (file)
 # those contributions and any derivatives thereof.
 #
 # END BPS TAGGED BLOCK }}}
-use 5.8.3;
+use 5.10.1;
 use strict;
 use warnings;
 
 use RT;
 RT::LoadConfig();
-RT->Config->Set('LogToScreen' => 'debug');
+RT->Config->Set('LogToSTDERR' => 'debug');
 RT::Init();
 
 use RT::Transactions;
@@ -76,6 +76,7 @@ $txns->Limit(
     FIELD => 'Domain',
     OPERATOR => '=',
     VALUE => 'ACLEquivalence',
+    CASESENSITIVE => 0,
     QUOTEVALUE => 1,
     ENTRYAGGREGATOR => 'AND',
 );