From: ivan Date: Thu, 5 Jan 2006 02:03:11 +0000 (+0000) Subject: remove redundant indices on cust_main ship_ columns X-Git-Tag: SQL_LEDGER_2_4_4~1^2~1 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1287d6792f03ba59508ea6338abc7ee3f1f0630e;p=freeside.git remove redundant indices on cust_main ship_ columns --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 7fc208f18..451ef2d2e 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' ] ], },