We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493d499 commit d97c2c5Copy full SHA for d97c2c5
runtime/functions
@@ -324,6 +324,7 @@ create_database() {
324
fi
325
326
if [[ ${DB_POSTGIS} == true ]]; then
327
+ echo "‣ Loading PostGIS extension..."
328
psql -U ${PG_USER} -d ${database} -c "CREATE EXTENSION IF NOT EXISTS postgis;" >/dev/null 2>&1
329
psql -U ${PG_USER} -d ${database} -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;" >/dev/null 2>&1
330
0 commit comments