Update upgade.sh

This commit is contained in:
Olivier DEBAUCHE 2021-06-12 15:03:20 +02:00 committed by GitHub
parent d25c9db36c
commit 9e53f66013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,4 @@ docker run --rm \
postgres:13 \
psql -U postgres -d gis < dump.sql
sudo -u postgres psql -d gis -c "SELECT PostGIS_Extensions_Upgrade();"
rm ./dump.sql