Skip to content

Commit

Permalink
updated build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasholderness committed Dec 13, 2017
1 parent 06802bf commit 875521a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CHANGE LOG

## v3.0.5
- added Semarang extents to Indonesian data
- added test instance parameters for Semarang
- removed default parameters from database build script
2 changes: 1 addition & 1 deletion build/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $SCHEMA == true ]; then
# Create Database
# Build command
echo "Create database"
BUILD="CREATE DATABASE \"$PGDATABASE\" WITH OWNER = \"$PGUSER\" ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';"
BUILD="CREATE DATABASE \"$PGDATABASE\" WITH OWNER = \"$PGUSER\" ENCODING = 'UTF8';"

psql -h $PGHOST -p $PGPORT -U $PGUSER -d $PG_DEFAULT_DB -c """$BUILD"""

Expand Down

0 comments on commit 875521a

Please sign in to comment.