mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
keep country_osm_grid table when dropping update tables
This commit is contained in:
@@ -690,7 +690,8 @@ class SetupFunctions
|
|||||||
'new_query_log',
|
'new_query_log',
|
||||||
'spatial_ref_sys',
|
'spatial_ref_sys',
|
||||||
'country_name',
|
'country_name',
|
||||||
'place_classtype_*'
|
'place_classtype_*',
|
||||||
|
'country_osm_grid'
|
||||||
);
|
);
|
||||||
|
|
||||||
$aDropTables = array();
|
$aDropTables = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user