summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-06 20:33:48 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-06 20:33:48 -0800
commitb620cc47491a792f3205dc4a833df20a5584f5a5 (patch)
tree50b681a6d0b9b95ddb5096f4555e6652404348ff /FS
parente269e80233f594ce1387bdfcdba7dbf4861345c2 (diff)
no indices on h_cdr, RT#25521
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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;