Skip to content

Commit

Permalink
typing error setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Oct 28, 2024
1 parent ffd8cc8 commit 7f7cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f7cefe

Please sign in to comment.