From: Sarah Hoffmann Date: Tue, 8 Jan 2019 21:44:33 +0000 (+0100) Subject: keep country_osm_grid table when dropping update tables X-Git-Tag: v3.3.0~42 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/72d19cd5230a2fad88c51c57fc40948349066e66 keep country_osm_grid table when dropping update tables --- diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 013668fa..d7de0145 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -690,7 +690,8 @@ class SetupFunctions 'new_query_log', 'spatial_ref_sys', 'country_name', - 'place_classtype_*' + 'place_classtype_*', + 'country_osm_grid' ); $aDropTables = array();