From 21eed35279c21d1195505107a011d5481382a7ea Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 6 Nov 2013 20:33:46 -0800 Subject: [PATCH] no indices on h_cdr, RT#25521 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0