[freeside-commits] freeside/FS/FS Schema.pm,1.104,1.105

Ivan,,, ivan at wavetail.420.am
Tue Sep 9 01:19:27 PDT 2008


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

Modified Files:
	Schema.pm 
Log Message:
wtf, cust_pkg_reason has no indices?!  _upgrade_data is hosing cpu badly

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Schema.pm	8 Sep 2008 02:42:14 -0000	1.104
+++ Schema.pm	9 Sep 2008 08:19:25 -0000	1.105
@@ -966,7 +966,7 @@
       ],
       'primary_key' => 'num',
       'unique' => [],
-      'index' => [],
+      'index' => [ [ 'pkgnum' ], [ 'reasonnum' ], ['action'], ],
     },
 
     'cust_refund' => {



More information about the freeside-commits mailing list