From 6e62af72090a42d5f48111b1533e03fbff7b6de0 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 26 Jul 2007 11:13:15 +0000 Subject: [PATCH] add index --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => { -- 2.11.0