mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
country_name: use separate columns for names from OSM
This allows us to distinguish between base names and imported ones and consiquently removing imported ones if necessary.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
CREATE TABLE public.country_name (
|
||||
country_code character varying(2),
|
||||
name public.hstore,
|
||||
derived_name public.hstore,
|
||||
country_default_language_code text,
|
||||
partition integer
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user