no indices on h_cdr, RT#25521
authorIvan Kohler <ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:48 +0000 (20:33 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:48 +0000 (20:33 -0800)
FS/FS/Schema.pm

index 52b630e..b113cd7 100644 (file)
@@ -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;