diff options
author | ivan <ivan> | 2005-11-17 12:27:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-17 12:27:39 +0000 |
commit | 85aee8e40103f4e9d547258f8a06fea580345519 (patch) | |
tree | 5be69c9f8419018912749fd5601cbfcfd29f0cb4 /FS | |
parent | 3c0e96d4579c22df58de58dac0797c16d8df76c8 (diff) |
add cust_pkg2 index on cust_pkg.pkgpart
Diffstat (limited to 'FS')
-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 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' => { |