From 9145bee08409ae17060b7fac2de405be1a7b758e Mon Sep 17 00:00:00 2001 From: tangoyankee Date: Fri, 21 Jun 2024 15:44:01 -0400 Subject: [PATCH] do not create --- bash/update_api_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/update_api_db.sh b/bash/update_api_db.sh index bd8f0b2..4a32367 100755 --- a/bash/update_api_db.sh +++ b/bash/update_api_db.sh @@ -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 ) \ No newline at end of file