summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-24 10:51:07 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-24 10:51:07 -0700
commit028e089bd3219330418ce40ab07926a320584e7e (patch)
treefeee336e96746bb886b0c9b3ed25a4fef9a4e6ab
parent791e374dc2f6d6cecd51e2fad52d74587bf879bf (diff)
omit h_access_user_log, RT#41196
-rw-r--r--FS/FS/Schema.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a47212045..dadb26d78 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
) {