Skip to content

Commit

Permalink
added missing i18n column value for table 11
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 13, 2024
1 parent ac68efc commit 43c5a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/flensburg_sozialatlas_metadaten.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 43c5a44

Please sign in to comment.