From: Ivan Kohler Date: Thu, 7 Nov 2013 04:33:48 +0000 (-0800) Subject: no indices on h_cdr, RT#25521 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b620cc47491a792f3205dc4a833df20a5584f5a5;p=freeside.git no indices on h_cdr, RT#25521 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 52b630e45..b113cd7a1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -204,7 +204,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;