From b620cc47491a792f3205dc4a833df20a5584f5a5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 6 Nov 2013 20:33:48 -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 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; -- 2.20.1