summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-06 20:33:46 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-06 20:33:46 -0800
commit21eed35279c21d1195505107a011d5481382a7ea (patch)
tree8c28ee6492fd778fa136b096725ea77dae08111b
parentb1d823bed5c9d953a62f2b6245b71cbbab191bda (diff)
no indices on h_cdr, RT#25521
-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 f312b5536..8ba60200e 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -210,7 +210,7 @@ sub dbdef_dist {
my %h_indices = ();
- unless ( $table eq 'cust_event' ) { #others?
+ unless ( $table eq 'cust_event' || $table eq 'cdr' ) { #others?
my %indices = $tableobj->indices;