diff options
author | ivan <ivan> | 2006-01-05 02:03:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-01-05 02:03:11 +0000 |
commit | 1287d6792f03ba59508ea6338abc7ee3f1f0630e (patch) | |
tree | 7e50b68f379e59dfe351e39185b04bab96cecd80 /FS | |
parent | ff0c9737888772449b0b28b13657c0dc43fc0ae4 (diff) |
remove redundant indices on cust_main ship_ columns
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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' ] ], }, |