[Bps-public-commit] rt-extension-externalstorage branch, master, updated. 0.50-2-gbc27633

Alex Vandiver alexmv at bestpractical.com
Tue Dec 16 12:35:20 EST 2014


The branch, master has been updated
       via  bc276333a60e120786e63f38e5716c4d9695acf4 (commit)
       via  b0e2369f2cb81ca50a5ef5fbfee5090ae21c44fa (commit)
      from  2cda9b1bfa518daeee4f3019f2dbad8717edca78 (commit)

Summary of changes:
 sbin/extract-attachments.in | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit b0e2369f2cb81ca50a5ef5fbfee5090ae21c44fa
Author: Christian Loos <cloos at netcologne.de>
Date:   Mon Dec 15 14:57:01 2014 +0100

    extract also expired (disabled) ObjectCustomFieldValues

diff --git a/sbin/extract-attachments.in b/sbin/extract-attachments.in
index 1ff9dba..84e7b6a 100755
--- a/sbin/extract-attachments.in
+++ b/sbin/extract-attachments.in
@@ -115,6 +115,7 @@ for my $class (qw/RT::Attachments RT::ObjectCustomFieldValues/) {
                 FIELD => "Type",
                 VALUE => "Binary",
             );
+            $attach->{'find_expired_rows'} = 1;
         }
 
         $attach->RowsPerPage(100);

commit bc276333a60e120786e63f38e5716c4d9695acf4
Merge: 2cda9b1 b0e2369
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Dec 16 12:34:57 2014 -0500

    Merge branch 'ocfv-expired-rows'


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


More information about the Bps-public-commit mailing list