Skip to content

Commit

Permalink
Merge pull request #34 from kdambekalns/use-utf8mb4-charset
Browse files Browse the repository at this point in the history
TASK: Reset charset for PostgreSQL on Travis
  • Loading branch information
kitsunet committed Apr 17, 2018
2 parents bd8d10b + fc74aa0 commit b54950e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TravisCi/SetupDatabase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Neos:
driver: pdo_pgsql
user: 'postgres'
dbname: 'flow_functional_testing'
charset: 'utf8'
defaultTableOptions:
charset: 'utf8'
EOF
fi
if [ "$DB" = "mysql" ]; then
Expand Down

0 comments on commit b54950e

Please sign in to comment.