summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-04-13 17:59:12 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-04-13 17:59:12 -0500
commitdd14eb402e7ed67d1f5ad63415bf169a3e79135b (patch)
tree7d64cbc0b78fb775cba0f11698987f9727af77d6 /FS/FS/Schema.pm
parentb9480e431289b01d37c8206df4285d311cf2c0e8 (diff)
RT#18834 Cacti integration [schema history fix and cleanup refactor]
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 839a971..29bbf78 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -203,7 +203,7 @@ sub dbdef_dist {
&& ! /^legacy_cust_history$/
&& ( ! /^queue(_arg|_depend|_stat)?$/ || ! $opt->{'queue-no_history'} )
&& ! $tables_hashref_torrus->{$_}
- && ! /^cacti_graph$/
+ && ! /^cacti_page$/
}
$dbdef->tables
) {