From 72d19cd5230a2fad88c51c57fc40948349066e66 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 8 Jan 2019 22:44:33 +0100 Subject: [PATCH] keep country_osm_grid table when dropping update tables --- lib/setup/SetupClass.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.43.2