diff options
author | ivan <ivan> | 2003-06-14 02:02:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-14 02:02:25 +0000 |
commit | e669002f6922433385e34f0b4ad4469ab63811e1 (patch) | |
tree | 1c1f8db0af4dc8257faee0ecc75cc75ef7e4dcc1 /FS/bin/freeside-setup | |
parent | ff7b2042620d4e31b0a55f3a9efb4c8ded3efaee (diff) |
add index on cust_bill._date
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index c91e816d1..797c1b147 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -381,7 +381,7 @@ sub tables_hash_hack { ], 'primary_key' => 'invnum', 'unique' => [], - 'index' => [ ['custnum'] ], + 'index' => [ ['custnum'], ['_date'] ], }, 'cust_bill_event' => { |