From 7f7cefee46882f45b1a753e0f5a70e7633bb0d6d Mon Sep 17 00:00:00 2001 From: SJiB Date: Mon, 28 Oct 2024 21:39:11 +0100 Subject: [PATCH] typing error setup.sh --- datamodel/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodel/scripts/setup.sh b/datamodel/scripts/setup.sh index e69f5291..0d0c443d 100755 --- a/datamodel/scripts/setup.sh +++ b/datamodel/scripts/setup.sh @@ -27,7 +27,7 @@ psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/03_tdh_ psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/03_tdh_control_cable_db_sia405.sql -v SRID=$SRID # Add Protection tube (Schutzrohr) -psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/03_tdh_qprotection_tube_db_sia405.sql -v SRID=$SRID +psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/03_tdh_protection_tube_db_sia405.sql -v SRID=$SRID # psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/05_data_model_extensions.sql