[freeside-commits] branch FREESIDE_3_BRANCH updated. b620cc47491a792f3205dc4a833df20a5584f5a5

Ivan ivan at 420.am
Wed Nov 6 20:33:49 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  b620cc47491a792f3205dc4a833df20a5584f5a5 (commit)
      from  e269e80233f594ce1387bdfcdba7dbf4861345c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b620cc47491a792f3205dc4a833df20a5584f5a5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Nov 6 20:33:48 2013 -0800

    no indices on h_cdr, RT#25521

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 52b630e..b113cd7 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;
     

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list