]> git.openstreetmap.org Git - nominatim.git/blobdiff - data/country_name.sql
read partition and languages from config file
[nominatim.git] / data / country_name.sql
index eac46caf36b1cb1384720ced66878149a639a75d..d2bac3b061ed02887778f44cc2bb324a2dd114b3 100644 (file)
@@ -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
 );