[freeside-commits] freeside/FS/FS Schema.pm,1.168.2.6,1.168.2.7

Ivan,,, ivan at wavetail.420.am
Wed Dec 2 12:58:53 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7504

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	Schema.pm 
Log Message:
add index to rate_prefix.npa for a performance improvement on CDR billing, RT#6386

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.168.2.6
retrieving revision 1.168.2.7
diff -u -d -r1.168.2.6 -r1.168.2.7
--- Schema.pm	24 Nov 2009 01:11:21 -0000	1.168.2.6
+++ Schema.pm	2 Dec 2009 20:58:51 -0000	1.168.2.7
@@ -1969,7 +1969,7 @@
       ],
       'primary_key' => 'prefixnum',
       'unique'      => [],
-      'index'       => [ [ 'countrycode' ], [ 'regionnum' ] ],
+      'index'       => [ [ 'countrycode' ], [ 'npa' ], [ 'regionnum' ] ],
     },
 
     'usage_class' => {



More information about the freeside-commits mailing list