From c6db21c269f5a73986be7ab631def530392d185f Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 2 Dec 2009 20:58:51 +0000 Subject: add index to rate_prefix.npa for a performance improvement on CDR billing, RT#6386 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 06baab6ed..c08a30032 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1969,7 +1969,7 @@ sub tables_hashref { ], 'primary_key' => 'prefixnum', 'unique' => [], - 'index' => [ [ 'countrycode' ], [ 'regionnum' ] ], + 'index' => [ [ 'countrycode' ], [ 'npa' ], [ 'regionnum' ] ], }, 'usage_class' => { -- cgit v1.2.1