comparison schema/install-db.sh @ 831:fa417ff1f355

Extended schema to save feature style information.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Sep 2018 23:59:36 +0200
parents ad07846b09d1
children d135274a4c92
comparison
equal deleted inserted replaced
830:56fa02c93766 831:fa417ff1f355
111 -v adminpw="$adminpw" -v metapw="$metapw" \ 111 -v adminpw="$adminpw" -v metapw="$metapw" \
112 -f "$BASEDIR/std_login_roles.sql" 112 -f "$BASEDIR/std_login_roles.sql"
113 113
114 if [[ $demo -eq 1 ]] ; then 114 if [[ $demo -eq 1 ]] ; then
115 psql -qv ON_ERROR_STOP= -p "$port" \ 115 psql -qv ON_ERROR_STOP= -p "$port" \
116 -f "$BASEDIR/demo-data/default_sysconfig.sql" \
116 -f "$BASEDIR/demo-data/responsibility_areas.sql" \ 117 -f "$BASEDIR/demo-data/responsibility_areas.sql" \
117 -f "$BASEDIR/demo-data/users.sql" -d "$db" 118 -f "$BASEDIR/demo-data/users.sql" -d "$db"
118 psql -q -p "$port" -f "$BASEDIR/demo-data/roles.sql" \ 119 psql -q -p "$port" -f "$BASEDIR/demo-data/roles.sql" \
119 -d "$db" 120 -d "$db"
120 121