Skip to content

Commit 3337945

Browse files
committed
Merge branch 'main' into 17-3.5
2 parents 1347d09 + 322e519 commit 3337945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-dbs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
psql -v ON_ERROR_STOP=1 --username "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" <<-EOSQL
1010
CREATE USER ${PG_PARSE_USER} LOGIN CONNECTION LIMIT 100 ENCRYPTED PASSWORD '${PG_PARSE_PASSWORD}';
1111
CREATE DATABASE ${PG_PARSE_DB} OWNER ${PG_PARSE_USER};
12-
CREATE EXTENSION pg_cron;
12+
CREATE EXTENSION IF NOT EXISTS pg_cron;
1313
\c ${PG_PARSE_DB};
1414
CREATE EXTENSION IF NOT EXISTS postgis;
1515
CREATE EXTENSION IF NOT EXISTS postgis_topology;

0 commit comments

Comments
 (0)