summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-02-01 10:37:16 +0000
committerivan <ivan>2009-02-01 10:37:16 +0000
commitcaef4c4a835a14cdc0228ef9b5356db98b70398c (patch)
tree34011a0fe4471dacce71059cf2339fdb9455dec9 /FS/FS/Schema.pm
parent6785173a772fadc8e4c8086c0d754f69933c099d (diff)
indexing cust_bill_event.eventpart should help speed up freeside-migrate-events slightly... RT#4277
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 d32f72f23..232977a5d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -396,7 +396,7 @@ sub tables_hashref {
'primary_key' => 'eventnum',
#no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ],
'unique' => [],
- 'index' => [ ['invnum'], ['status'] ],
+ 'index' => [ ['invnum'], ['status'], ['eventpart'] ],
},
'part_bill_event' => {