From dc3036776234895771e1db5330ea5dc4467615d1 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Sep 2008 08:19:26 +0000 Subject: [PATCH] wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => { -- 2.20.1