summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2005-11-17 12:27:39 +0000
committerivan <ivan>2005-11-17 12:27:39 +0000
commit85aee8e40103f4e9d547258f8a06fea580345519 (patch)
tree5be69c9f8419018912749fd5601cbfcfd29f0cb4 /FS
parent3c0e96d4579c22df58de58dac0797c16d8df76c8 (diff)
add cust_pkg2 index on cust_pkg.pkgpart
Diffstat (limited to 'FS')
-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 aacc16474..aaca5ef3b 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -561,7 +561,7 @@ sub tables_hashref {
],
'primary_key' => 'pkgnum',
'unique' => [],
- 'index' => [ ['custnum'] ],
+ 'index' => [ ['custnum'], ['pkgpart'] ],
},
'cust_refund' => {