forked from hans/Nominatim
keep country_osm_grid table when dropping update tables
This commit is contained in:
@@ -690,7 +690,8 @@ class SetupFunctions
|
||||
'new_query_log',
|
||||
'spatial_ref_sys',
|
||||
'country_name',
|
||||
'place_classtype_*'
|
||||
'place_classtype_*',
|
||||
'country_osm_grid'
|
||||
);
|
||||
|
||||
$aDropTables = array();
|
||||
|
||||
Reference in New Issue
Block a user