Fix emoji insertion in MySQL

Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851
This commit is contained in:
Jeremy Benoist
2016-10-01 10:52:13 +02:00
parent 206bade58a
commit 98efffc2a6
8 changed files with 15 additions and 9 deletions

View File

@ -28,7 +28,7 @@ doctrine:
dbname: "%test_database_name%"
user: "%test_database_user%"
password: "%test_database_password%"
charset: UTF8
charset: "%test_database_charset%"
path: "%test_database_path%"
orm:
metadata_cache_driver: