X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a3e4e8e5cdffb0056bccb79e11690ed01c9aa5ea..a9e3329c39cc1124fa0dba9d97cbb45ea75f4dd5:/data/country_name.sql?ds=inline diff --git a/data/country_name.sql b/data/country_name.sql index 4dfdcaa6..c6fbcc92 100644 --- a/data/country_name.sql +++ b/data/country_name.sql @@ -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 );