add index
[freeside.git] / 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' => {