remove redundant indices on cust_main ship_ columns
authorivan <ivan>
Thu, 5 Jan 2006 02:03:11 +0000 (02:03 +0000)
committerivan <ivan>
Thu, 5 Jan 2006 02:03:11 +0000 (02:03 +0000)
FS/FS/Schema.pm

index 7fc208f..451ef2d 100644 (file)
@@ -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' ]
                  ],
     },