[freeside-commits] branch FREESIDE_3_BRANCH updated. 7d0d18ff2f73941e591e1ea72816e5a89744e0a4

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


The branch, FREESIDE_3_BRANCH has been updated
       via  7d0d18ff2f73941e591e1ea72816e5a89744e0a4 (commit)
      from  d71e1c5319b4a2f0092f0e64da1638df57162dba (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 7d0d18ff2f73941e591e1ea72816e5a89744e0a4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 24 10:52:08 2016 -0700

    omit h_access_user_log, RT#41196

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

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

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




More information about the freeside-commits mailing list