From 45abcbc301982b43c39a3b17410a3543666dd925 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 5 Jan 2018 22:41:25 +0100 Subject: [PATCH] update drop list for new postcode table Fixes #875. --- utils/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/setup.php b/utils/setup.php index 8988fc51..b93e4f82 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -655,6 +655,7 @@ if ($aCMDResult['drop']) { 'import_polygon_*', 'import_status', 'place_addressline', + 'location_postcode', 'location_property*', 'placex', 'search_name', @@ -662,7 +663,6 @@ if ($aCMDResult['drop']) { 'word', 'query_log', 'new_query_log', - 'gb_postcode', 'spatial_ref_sys', 'country_name', 'place_classtype_*' -- 2.45.1