[freeside-commits] branch FREESIDE_4_BRANCH updated. 6397b13373e15c80a8c4623bdbbae90417b038f6

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


The branch, FREESIDE_4_BRANCH has been updated
       via  6397b13373e15c80a8c4623bdbbae90417b038f6 (commit)
      from  1bc45dbbd8782d13739c31844606a4ea9ffa94a7 (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 6397b13373e15c80a8c4623bdbbae90417b038f6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 25 19:53:29 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 b08db78..39e0d11 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5593,6 +5593,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