[freeside-commits] branch FREESIDE_3_BRANCH updated. 166ebcd9abf5f95c18a4ce87e1a590a8510d7abc

Ivan ivan at 420.am
Wed Jan 25 19:53:32 PST 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  166ebcd9abf5f95c18a4ce87e1a590a8510d7abc (commit)
      from  0271da55f0dcec6473d65e161a8c25616f179b9f (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 166ebcd9abf5f95c18a4ce87e1a590a8510d7abc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 25 19:53:31 2017 -0800

    improve performance of self-service usage overview with lots of CDRs, RT#73889

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 26fa08d..a158f39 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3911,6 +3911,7 @@ sub tables_hashref {
       'unique' => [],
       'index' => [ [ 'calldate' ],
                    [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ],
+                   [ 'startdate' ],
                    [ 'lastapp' ],
                    ['accountcode'], ['uniqueid'], ['carrierid'], ['cdrid'],
                    [ 'sessionnum' ], [ 'subscriber' ],

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

Summary of changes:
 FS/FS/Schema.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list