From 28ec68a70774434357c4fd9da18082068824193c Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Sep 2008 08:19:25 +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 ed535f7de..0d08abaa0 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -966,7 +966,7 @@ sub tables_hashref { ], 'primary_key' => 'num', 'unique' => [], - 'index' => [], + 'index' => [ [ 'pkgnum' ], [ 'reasonnum' ], ['action'], ], }, 'cust_refund' => { -- 2.11.0