From 54749fee2144677826b1a4d40a5435cbeb6cd0a5 Mon Sep 17 00:00:00 2001 From: Pauliina Ilmanen Date: Mon, 9 Dec 2024 09:42:42 +0200 Subject: [PATCH] Add school and preschool district imports to weekly imports --- scripts/run_imports.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_imports.sh b/scripts/run_imports.sh index f1efaacbe..4584153df 100755 --- a/scripts/run_imports.sh +++ b/scripts/run_imports.sh @@ -23,6 +23,8 @@ function stage_1 { ./manage.py update_vantaa_parking_areas ./manage.py update_vantaa_parking_payzones ./manage.py update_vantaa_nature_reserves + ./manage.py update_helsinki_school_districts + ./manage.py update_helsinki_preschool_districts ./manage.py index_search_columns }