mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
read partition and languages from config file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
CREATE TABLE public.country_name (
|
||||
country_code character varying(2),
|
||||
name public.hstore,
|
||||
country_default_language_code character varying(2),
|
||||
country_default_language_code text,
|
||||
partition integer
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user