[Rt-commit] rt branch, 4.2/shrink-cgm-deprecated-type, created. rt-4.2.2-9-g16e18fa

Alex Vandiver alexmv at bestpractical.com
Thu Jan 30 14:50:11 EST 2014


The branch, 4.2/shrink-cgm-deprecated-type has been created
        at  16e18fa53f7dc7c899dbb17394385806c7fefbfe (commit)

- Log -----------------------------------------------------------------
commit 16e18fa53f7dc7c899dbb17394385806c7fefbfe
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jan 30 14:22:33 2014 -0500

    Adjust a limit on Type, now deprecated, in shrink_transactions_table

diff --git a/etc/upgrade/shrink_transactions_table.pl b/etc/upgrade/shrink_transactions_table.pl
index 3bc1b6d..9e92abb 100644
--- a/etc/upgrade/shrink_transactions_table.pl
+++ b/etc/upgrade/shrink_transactions_table.pl
@@ -83,7 +83,7 @@ $txns->Limit(
 
 $txns->Limit(
     ALIAS => $alias,
-    FIELD => 'Type',
+    FIELD => 'Name',
     OPERATOR => '=',
     VALUE => 'UserEquiv',
     QUOTEVALUE => 1,

-----------------------------------------------------------------------


More information about the rt-commit mailing list