Add custom driver & schema manager for PostgreSQL 10

This commit is contained in:
Jeremy Benoist
2017-12-12 12:14:40 +01:00
parent f209798368
commit a1661af17c
8 changed files with 70 additions and 0 deletions

View File

@ -23,6 +23,7 @@ swiftmailer:
doctrine:
dbal:
driver: "%test_database_driver%"
driver_class: "%test_database_driver_class%"
host: "%test_database_host%"
port: "%test_database_port%"
dbname: "%test_database_name%"