From: ivan Date: Tue, 9 Sep 2008 08:19:26 +0000 (+0000) Subject: wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly X-Git-Tag: freeside_1_7_4rc1~199 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=dc3036776234895771e1db5330ea5dc4467615d1;p=freeside.git wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e71ded3e0..bfbdfb96f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -815,7 +815,7 @@ sub tables_hashref { ], 'primary_key' => 'num', 'unique' => [], - 'index' => [], + 'index' => [ [ 'pkgnum' ], [ 'reasonnum' ], ['action'], ], }, 'cust_refund' => {