no indices on h_cdr, RT#25521
[freeside.git] / FS / FS / Schema.pm
index f312b55..8ba6020 100644 (file)
@@ -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;