diff schema/install-db.sh @ 3024:5470aa3ffb9a

Fix privileges for GeoServer views
author Tom Gottfried <tom@intevation.de>
date Fri, 12 Apr 2019 11:41:24 +0200
parents f394e828a6d2
children 1fe3b378544a
line wrap: on
line diff
--- a/schema/install-db.sh	Fri Apr 12 11:34:47 2019 +0200
+++ b/schema/install-db.sh	Fri Apr 12 11:41:24 2019 +0200
@@ -130,9 +130,9 @@
        -f "$BASEDIR/search_functions.sql" \
        -f "$BASEDIR/geonames.sql" \
        -f "$BASEDIR/manage_users.sql" \
+       -f "$BASEDIR/geoserver_views.sql" \
        -f "$BASEDIR/auth.sql" \
        -f "$BASEDIR/isrs_functions.sql" \
-       -f "$BASEDIR/geoserver_views.sql" \
        -f "$BASEDIR/default_sysconfig.sql"