no indices on h_cdr, RT#25521
authorIvan Kohler <ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:46 +0000 (20:33 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:46 +0000 (20:33 -0800)
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;