Skip to content

Commit

Permalink
due to a longstanding bug in Doctrine DBAL (doctrine/dbal#990)
Browse files Browse the repository at this point in the history
you must set the database software version in the config.yml file.
  • Loading branch information
1ma committed Jun 21, 2016
1 parent f791770 commit eceff88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ doctrine:
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
server_version: '9.5'

orm:
auto_generate_proxy_classes: "%kernel.debug%"
Expand Down

0 comments on commit eceff88

Please sign in to comment.