modify data import logic to load country names from yaml

This commit is contained in:
Tareq Al-Ahdal
2022-03-12 15:20:57 +08:00
parent 8b6652a40b
commit 377cf36be3
2 changed files with 20 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
--
-- PostgreSQL database dump
--
CREATE TABLE public.country_name (
country_code character varying(2),
name public.hstore,
derived_name public.hstore,
country_default_language_code text,
partition integer
);