diff options
author | ivan <ivan> | 2007-07-26 11:13:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-07-26 11:13:15 +0000 |
commit | 6e62af72090a42d5f48111b1533e03fbff7b6de0 (patch) | |
tree | 5c743fd0f5fcb11ca215a585e4e29f8bd3865506 /FS | |
parent | c66327f25bf2323b29e0cb51b33569277bddcd39 (diff) |
add index
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 2 |
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' => { |