[freeside-commits] freeside/FS/FS Schema.pm,1.129,1.130
Ivan,,,
ivan at wavetail.420.am
Mon Mar 23 23:31:09 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1763
Modified Files:
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.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Schema.pm 16 Mar 2009 23:28:28 -0000 1.129
+++ Schema.pm 24 Mar 2009 06:31:06 -0000 1.130
@@ -398,7 +398,9 @@
'primary_key' => 'eventnum',
#no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
'unique' => [],
- 'index' => [ ['invnum'], ['status'], ['eventpart'] ],
+ 'index' => [ ['invnum'], ['status'], ['eventpart'],
+ ['statustext'], ['_date'],
+ ],
},
'part_bill_event' => {
@@ -495,7 +497,9 @@
'primary_key' => 'eventnum',
#no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
'unique' => [],
- 'index' => [ ['eventpart'], ['tablenum'], ['status'] ],
+ 'index' => [ ['eventpart'], ['tablenum'], ['status'],
+ ['statustext'], ['_date'],
+ ],
},
'cust_bill_pkg' => {
More information about the freeside-commits
mailing list