X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=aaca5ef3bf3983691e1943cbc89fb64ff8fd5767;hb=85aee8e40103f4e9d547258f8a06fea580345519;hp=aacc16474950440936224278d0cf579ccd6e33a6;hpb=3c0e96d4579c22df58de58dac0797c16d8df76c8;p=freeside.git 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' => {