add index
authorivan <ivan>
Thu, 26 Jul 2007 11:13:15 +0000 (11:13 +0000)
committerivan <ivan>
Thu, 26 Jul 2007 11:13:15 +0000 (11:13 +0000)
FS/FS/Schema.pm

index e88b04a..cddc520 100644 (file)
@@ -728,7 +728,7 @@ sub tables_hashref {
       ],
       'primary_key' => 'refundnum',
       'unique' => [],
-      'index' => [],
+      'index' => [ [ 'custnum' ] ],
     },
 
     'cust_credit_refund' => {