summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-01-05 02:03:11 +0000
committerivan <ivan>2006-01-05 02:03:11 +0000
commit1287d6792f03ba59508ea6338abc7ee3f1f0630e (patch)
tree7e50b68f379e59dfe351e39185b04bab96cecd80
parentff0c9737888772449b0b28b13657c0dc43fc0ae4 (diff)
remove redundant indices on cust_main ship_ columns
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 7fc208f..451ef2d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -433,7 +433,6 @@ sub tables_hashref {
#'index' => [ ['last'], ['company'] ],
'index' => [ ['last'], [ 'company' ], [ 'referral_custnum' ],
[ 'daytime' ], [ 'night' ], [ 'fax' ], [ 'refnum' ],
- [ 'ship_last' ], [ 'ship_company' ],
[ 'county' ], [ 'state' ], [ 'country' ]
],
},