[freeside-commits] branch master updated. ca78f4530f7d5ee0b1b9f708e318108ad3aa1a7a

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


The branch, master has been updated
       via  ca78f4530f7d5ee0b1b9f708e318108ad3aa1a7a (commit)
      from  87762d33fc08d6a063bc16edab550bdb42f34c9f (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 ca78f4530f7d5ee0b1b9f708e318108ad3aa1a7a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 25 19:53:55 2017 -0800

    improve performance of CDR queries, RT#73889

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index bacef72..1630f02 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5621,7 +5621,8 @@ sub tables_hashref {
       'unique' => [],
       'index' => [ [ 'calldate' ],
                    [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ],
-                   [ 'startdate' ],
+                   [ 'startdate' ], [ 'duration' ],
+                   [ 'cdrtypenum' ], [ 'calltypenum' ],
                    [ 'lastapp' ],
                    ['accountcode'], ['uniqueid'], ['carrierid'], ['cdrid'],
                    [ 'sessionnum' ], [ 'subscriber' ],

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

Summary of changes:
 FS/FS/Schema.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list