Skip to content

Commit

Permalink
do not create
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Jun 21, 2024
1 parent 8c4ce18 commit 9145bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/update_api_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ set_envars
mkdir -p ${DATA_DIRECTORY} && (
cd ${DATA_DIRECTORY}
# Replace tables in Zoning API DB with updated data from db.dump
pg_restore --no-owner --create --clean --if-exists -d ${BUILD_ZONING_API_ENGINE_URI} db.dump
pg_restore --no-owner --clean --if-exists -d ${BUILD_ZONING_API_ENGINE_URI} db.dump
)

0 comments on commit 9145bee

Please sign in to comment.