diff options
author | ivan <ivan> | 2008-09-09 08:19:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-09-09 08:19:26 +0000 |
commit | dc3036776234895771e1db5330ea5dc4467615d1 (patch) | |
tree | 5abe93faf3ab310e97d39169a1315ba52f41f55c | |
parent | 00cf1195d67256207c69a074219cbae7c557e6cd (diff) |
wtf, cust_pkg_reason has no indices?! _upgrade_data is hosing cpu badly
-rw-r--r-- | FS/FS/Schema.pm | 2 |
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' => { |