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

@ -6,3 +6,4 @@ parameters:
test_database_user: root
test_database_password: ~
test_database_path: ~
test_database_charset: utf8mb4