From 87762d33fc08d6a063bc16edab550bdb42f34c9f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 25 Jan 2017 19:53:28 -0800 Subject: [PATCH] improve performance of self-service usage overview with lots of CDRs, RT#73889 --- FS/FS/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 0e41b1afe..bacef7282 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' ], -- 2.11.0