[freeside-commits] branch FREESIDE_4_BRANCH updated. 0ba992bb60f8895f926b18e22957e821d2b25bf0
Ivan
ivan at 420.am
Wed Jan 25 19:53:57 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 0ba992bb60f8895f926b18e22957e821d2b25bf0 (commit)
from 6397b13373e15c80a8c4623bdbbae90417b038f6 (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 0ba992bb60f8895f926b18e22957e821d2b25bf0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 25 19:53:57 2017 -0800
improve performance of CDR queries, RT#73889
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 39e0d11..36bd56b 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5593,7 +5593,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