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 c1fda75 commit 204296aCopy full SHA for 204296a
update-postgis.sh
@@ -13,7 +13,7 @@ for DB in template_postgis "$POSTGRES_DB" "${@}"; do
13
psql --dbname="$DB" -c "
14
-- Upgrade PostGIS (includes raster)
15
CREATE EXTENSION IF NOT EXISTS postgis VERSION '$POSTGIS_VERSION';
16
- ALTER EXTENSION postgis UPDATE TO '$POSTGIS_VERSION';
+ ALTER EXTENSION postgis UPDATE TO '$POSTGIS_VERSION';
17
18
-- Upgrade Topology
19
CREATE EXTENSION IF NOT EXISTS postgis_topology VERSION '$POSTGIS_VERSION';
0 commit comments