X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=8ba60200edabb0fa3a2188e36956e74aa5f9d221;hp=f312b5536c845589283c8e45183a01ea3afe9e57;hb=21eed35279c21d1195505107a011d5481382a7ea;hpb=b1d823bed5c9d953a62f2b6245b71cbbab191bda 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;