]> git.openstreetmap.org Git - nominatim.git/commitdiff
update drop list for new postcode table
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Jan 2018 21:41:25 +0000 (22:41 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Jan 2018 21:41:25 +0000 (22:41 +0100)
Fixes #875.

utils/setup.php

index 8988fc519d2dd374f1a4ca930523121bf1da6f9c..b93e4f827988c37060570f47e57c310c3575f483 100755 (executable)
@@ -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_*'