Skip to content

Commit

Permalink
added linebreak to trigger workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 8, 2024
1 parent c2a6072 commit 56728f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/flensburg_sozialatlas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ INSERT INTO births_by_districts (year, district_id, births, birth_rate) VALUES
(2022, 13, 50, 43.6);



/* TABELLE 3 ENTWICKLUNG DER ALTERSGRUPPEN 2011,2012 2017-2022 */
DROP TABLE IF EXISTS age_groups_of_residents;

Expand Down Expand Up @@ -303,6 +304,7 @@ INSERT INTO age_groups_of_residents (year, age_under_18, age_18_to_under_30, age
(2022, 15295, 19406, 20036, 25121, 12930, 6553);



/* TABELLE 4 ALTENQUOTIENT IN STADTTEILEN 2011,2012 2017-2022 */
DROP TABLE IF EXISTS age_ratio_by_districts;

Expand Down

0 comments on commit 56728f4

Please sign in to comment.