[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.30,1.44.2.31
Ivan,,,
ivan at wavetail.420.am
Tue Sep 9 01:19:30 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23177
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.44.2.30
retrieving revision 1.44.2.31
diff -u -d -r1.44.2.30 -r1.44.2.31
--- Schema.pm 8 Sep 2008 02:42:30 -0000 1.44.2.30
+++ Schema.pm 9 Sep 2008 08:19:26 -0000 1.44.2.31
@@ -815,7 +815,7 @@
],
'primary_key' => 'num',
'unique' => [],
- 'index' => [],
+ 'index' => [ [ 'pkgnum' ], [ 'reasonnum' ], ['action'], ],
},
'cust_refund' => {
More information about the freeside-commits
mailing list