summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-09-09 08:19:25 +0000
committerivan <ivan>2008-09-09 08:19:25 +0000
commit28ec68a70774434357c4fd9da18082068824193c (patch)
tree2878d3869ef63fa8d6e62d1d9b504796e81efe17 /FS/FS/Schema.pm
parent2e8cbbb5e16c689c42f0863f157877e387f26910 (diff)
wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly
Diffstat (limited to 'FS/FS/Schema.pm')
-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 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' => {