From: Ivan Kohler Date: Thu, 7 Nov 2013 04:33:46 +0000 (-0800) Subject: no indices on h_cdr, RT#25521 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=21eed35279c21d1195505107a011d5481382a7ea;hp=b1d823bed5c9d953a62f2b6245b71cbbab191bda no indices on h_cdr, RT#25521 --- 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;