summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-09-09 08:19:26 +0000
committerivan <ivan>2008-09-09 08:19:26 +0000
commitdc3036776234895771e1db5330ea5dc4467615d1 (patch)
tree5abe93faf3ab310e97d39169a1315ba52f41f55c
parent00cf1195d67256207c69a074219cbae7c557e6cd (diff)
wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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' => {