[freeside-commits] freeside/FS/FS Schema.pm,1.122,1.123

Ivan,,, ivan at wavetail.420.am
Sun Feb 1 02:37:18 PST 2009


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

Modified Files:
	Schema.pm 
Log Message:
indexing cust_bill_event.eventpart should help speed up freeside-migrate-events slightly... RT#4277

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Schema.pm	19 Jan 2009 03:50:46 -0000	1.122
+++ Schema.pm	1 Feb 2009 10:37:16 -0000	1.123
@@ -396,7 +396,7 @@
       'primary_key' => 'eventnum',
       #no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
       'unique' => [],
-      'index' => [ ['invnum'], ['status'] ],
+      'index' => [ ['invnum'], ['status'], ['eventpart'] ],
     },
 
     'part_bill_event' => {



More information about the freeside-commits mailing list