[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.32,1.44.2.33

Ivan,,, ivan at wavetail.420.am
Mon Mar 23 23:31:15 PDT 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Schema.pm 
Log Message:
add indices for analyzing cc failures, RT#3843

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.32
retrieving revision 1.44.2.33
diff -u -d -r1.44.2.32 -r1.44.2.33
--- Schema.pm	18 Sep 2008 23:18:20 -0000	1.44.2.32
+++ Schema.pm	24 Mar 2009 06:31:13 -0000	1.44.2.33
@@ -391,7 +391,9 @@
       'primary_key' => 'eventnum',
       #no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
       'unique' => [],
-      'index' => [ ['invnum'], ['status'] ],
+      'index' => [ ['invnum'], ['status'], ['eventpart'],
+                   ['statustext'], ['_date'],
+                 ],
     },
 
     'part_bill_event' => {



More information about the freeside-commits mailing list