diff 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
line wrap: on
line diff
--- a/schema/install-db.sh	Thu Sep 27 23:46:36 2018 +0200
+++ b/schema/install-db.sh	Thu Sep 27 23:59:36 2018 +0200
@@ -113,6 +113,7 @@
 
   if [[ $demo -eq 1 ]] ; then
     psql -qv ON_ERROR_STOP= -p "$port" \
+         -f "$BASEDIR/demo-data/default_sysconfig.sql" \
          -f "$BASEDIR/demo-data/responsibility_areas.sql" \
          -f "$BASEDIR/demo-data/users.sql" -d "$db"
     psql -q -p "$port" -f "$BASEDIR/demo-data/roles.sql" \