]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/config/tests/parameters_test.sqlite.yml
Fix emoji insertion in MySQL
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 08:52:13 +0000 (10:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 11:13:07 +0000 (13:13 +0200)
commit98efffc2a62820bad347a0f93840c48fa57f8cc3
tree6f981e7bd2a0ac2d17d9f8026ccc7c2b8ff7800e
parent206bade58a279d7f2e34c2dbada10366b90d2d6b
Fix emoji insertion in MySQL

Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851
app/config/config.yml
app/config/config_test.yml
app/config/parameters.yml.dist
app/config/parameters_test.yml
app/config/tests/parameters_test.mysql.yml
app/config/tests/parameters_test.pgsql.yml
app/config/tests/parameters_test.sqlite.yml
src/Wallabag/CoreBundle/Entity/Entry.php