From: ivan Date: Thu, 26 Jul 2007 11:13:15 +0000 (+0000) Subject: add index X-Git-Tag: TRIXBOX_2_6~447 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6e62af72090a42d5f48111b1533e03fbff7b6de0 add index --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e88b04a12..cddc520e6 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -728,7 +728,7 @@ sub tables_hashref { ], 'primary_key' => 'refundnum', 'unique' => [], - 'index' => [], + 'index' => [ [ 'custnum' ] ], }, 'cust_credit_refund' => {