summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-24 10:52:08 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-24 10:52:08 -0700
commit7d0d18ff2f73941e591e1ea72816e5a89744e0a4 (patch)
tree283011f2fbcaa86075ef7c3d734bbf366742d5fc
parentd71e1c5319b4a2f0092f0e64da1638df57162dba (diff)
omit h_access_user_log, RT#41196
-rw-r--r--FS/FS/Schema.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a8b0b8615..e9474a14d 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
) {