From 43c5a449afc22b55084fd39fadeb241d470fb23d Mon Sep 17 00:00:00 2001 From: Aurelius Wendelken Date: Mon, 13 May 2024 16:23:16 +0200 Subject: [PATCH] added missing i18n column value for table 11 --- data/flensburg_sozialatlas_metadaten.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/flensburg_sozialatlas_metadaten.sql b/data/flensburg_sozialatlas_metadaten.sql index fa6083c..96e1635 100644 --- a/data/flensburg_sozialatlas_metadaten.sql +++ b/data/flensburg_sozialatlas_metadaten.sql @@ -151,7 +151,7 @@ INSERT INTO column_meta_data (i18n_id, table_name, column_name, column_label) VA (1, 'employed_with_pension_insurance_by_districts', 'year', 'Jahr'), (1, 'employed_with_pension_insurance_by_districts', 'district_id', 'Statdtteil'), (1, 'employed_with_pension_insurance_by_districts', 'residents', 'Einwohner'), -(1, 'employed_with_pension_insurance_by_districts', 'remployment_rate', ''), +(1, 'employed_with_pension_insurance_by_districts', 'remployment_rate', 'Beschäftigungsquote'), (1, 'unemployed_residents_by_districts', 'year', 'Jahr'),