keep country_osm_grid table when dropping update tables

This commit is contained in:
Sarah Hoffmann
2019-01-08 22:44:33 +01:00
parent cc17aa8d6b
commit 72d19cd523

View File

@@ -690,7 +690,8 @@ class SetupFunctions
'new_query_log',
'spatial_ref_sys',
'country_name',
'place_classtype_*'
'place_classtype_*',
'country_osm_grid'
);
$aDropTables = array();