summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-07-26 11:13:15 +0000
committerivan <ivan>2007-07-26 11:13:15 +0000
commit6e62af72090a42d5f48111b1533e03fbff7b6de0 (patch)
tree5c743fd0f5fcb11ca215a585e4e29f8bd3865506 /FS
parentc66327f25bf2323b29e0cb51b33569277bddcd39 (diff)
add index
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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' => {