forked from wallabag/wallabag
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:
@ -6,3 +6,4 @@ parameters:
|
||||
test_database_user: root
|
||||
test_database_password: ~
|
||||
test_database_path: ~
|
||||
test_database_charset: utf8mb4
|
||||
|
||||
Reference in New Issue
Block a user