[freeside-commits] branch master updated. 87762d33fc08d6a063bc16edab550bdb42f34c9f
Ivan
ivan at 420.am
Wed Jan 25 19:53:29 PST 2017
The branch, master has been updated
via 87762d33fc08d6a063bc16edab550bdb42f34c9f (commit)
from 7fe97938da9c746887cc3d4aa62399bd589995b0 (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 87762d33fc08d6a063bc16edab550bdb42f34c9f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 25 19:53:28 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 0e41b1a..bacef72 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5621,6 +5621,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