read partition and languages from config file

This commit is contained in:
Sarah Hoffmann
2021-09-01 23:51:53 +02:00
parent 78fcabade8
commit 79da96b369
6 changed files with 110 additions and 10 deletions

View 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
);