[freeside-commits] freeside/FS/FS Schema.pm,1.178,1.179

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


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

Modified Files:
	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.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Schema.pm	23 Nov 2009 22:09:46 -0000	1.178
+++ Schema.pm	2 Dec 2009 20:58:48 -0000	1.179
@@ -2008,7 +2008,7 @@
       ],
       'primary_key' => 'prefixnum',
       'unique'      => [],
-      'index'       => [ [ 'countrycode' ], [ 'regionnum' ] ],
+      'index'       => [ [ 'countrycode' ], [ 'npa' ], [ 'regionnum' ] ],
     },
 
     'usage_class' => {



More information about the freeside-commits mailing list