summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-03-24 06:31:13 +0000
committerivan <ivan>2009-03-24 06:31:13 +0000
commit0a68150a14ea33efb9b56a8acc5f2a941d7cbe56 (patch)
tree2152aed7ac2b5938bc199b893b041b8e1521af61
parentc632a91db61eb4ed86143fefd1ec6ebccc0ad526 (diff)
add indices for analyzing cc failures, RT#3843
-rw-r--r--FS/FS/Schema.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index da75899aa..29ae83162 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -391,7 +391,9 @@ sub tables_hashref {
'primary_key' => 'eventnum',
#no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
'unique' => [],
- 'index' => [ ['invnum'], ['status'] ],
+ 'index' => [ ['invnum'], ['status'], ['eventpart'],
+ ['statustext'], ['_date'],
+ ],
},
'part_bill_event' => {