Skip to content

Commit

Permalink
Set server_version in dbal config
Browse files Browse the repository at this point in the history
See: doctrine/DoctrineBundle#351 for more
details about the problem.
  • Loading branch information
MKodde committed Sep 19, 2018
1 parent 2d13c66 commit a6f0bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ doctrine:
dbname: "%database_middleware_name%"
user: "%database_middleware_user%"
password: "%database_middleware_password%"
server_version: '5.6'
charset: UTF8
gateway:
driver: "%database_driver%"
Expand All @@ -80,6 +81,7 @@ doctrine:
dbname: "%database_gateway_name%"
user: "%database_gateway_user%"
password: "%database_gateway_password%"
server_version: '5.6'
charset: UTF8
deploy:
driver: "%database_driver%"
Expand All @@ -88,6 +90,7 @@ doctrine:
dbname: "%database_middleware_name%"
user: "%database_deploy_user%"
password: "%database_deploy_password%"
server_version: '5.6'
charset: UTF8
types:
authority_role: Surfnet\StepupMiddleware\ApiBundle\Doctrine\Type\AuthorityRoleType
Expand Down

0 comments on commit a6f0bb4

Please sign in to comment.