[Rt-commit] rt branch, 4.2/dump-metadata-privatekey, created. rt-4.2.3-87-g51ebb3a

Alex Vandiver alexmv at bestpractical.com
Fri Apr 18 17:49:51 EDT 2014


The branch, 4.2/dump-metadata-privatekey has been created
        at  51ebb3affde6195fa3ce00e7a1343ba7e7971385 (commit)

- Log -----------------------------------------------------------------
commit 51ebb3affde6195fa3ce00e7a1343ba7e7971385
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Apr 18 17:49:28 2014 -0400

    PrivateKey, despite being in _Accessible, is not a column
    
    Fixes I#22465.

diff --git a/sbin/rt-dump-metadata.in b/sbin/rt-dump-metadata.in
index 6effcfb..eb14316 100644
--- a/sbin/rt-dump-metadata.in
+++ b/sbin/rt-dump-metadata.in
@@ -97,6 +97,7 @@ my %Ignore = (
             id Created Creator LastUpdated LastUpdatedBy
             )
            ],
+    Users => [ qw( PrivateKey ) ],
 );
 
 my $SystemUserId = RT->SystemUser->Id;

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


More information about the rt-commit mailing list