[freeside-commits] branch FREESIDE_4_BRANCH updated. bfdfa8081b18b97fd101e8fa7931ce1d569bb6f1

Ivan ivan at 420.am
Thu Mar 24 10:51:10 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  bfdfa8081b18b97fd101e8fa7931ce1d569bb6f1 (commit)
      from  d73998881ef12f0fb2a6f71dc702bccc0c6e7bb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bfdfa8081b18b97fd101e8fa7931ce1d569bb6f1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 24 10:51:09 2016 -0700

    omit h_access_user_log, RT#41196

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 3b1bc0e..b261c50 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -201,11 +201,9 @@ sub dbdef_dist {
     grep {    ! /^(clientapi|access_user)_session/
            && ! /^h_/
            && ! /^log(_context)?$/
-           && ! /^legacy_cust_history$/
+           && ! /^(legacy_cust_history|cacti_page|template_image|access_user_log)$/
            && ( ! /^queue(_arg|_depend|_stat)?$/ || ! $opt->{'queue-no_history'} )
            && ! $tables_hashref_torrus->{$_}
-           && ! /^cacti_page$/
-           && ! /^template_image$/
          }
       $dbdef->tables
   ) {

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

Summary of changes:
 FS/FS/Schema.pm |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)




More information about the freeside-commits mailing list