diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-01 10:52:13 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 13:13:07 +0200 |
commit | 98efffc2a62820bad347a0f93840c48fa57f8cc3 (patch) | |
tree | 6f981e7bd2a0ac2d17d9f8026ccc7c2b8ff7800e /app/config/parameters_test.yml | |
parent | 206bade58a279d7f2e34c2dbada10366b90d2d6b (diff) | |
download | wallabag-98efffc2a62820bad347a0f93840c48fa57f8cc3.tar.gz wallabag-98efffc2a62820bad347a0f93840c48fa57f8cc3.tar.zst wallabag-98efffc2a62820bad347a0f93840c48fa57f8cc3.zip |
Fix emoji insertion in MySQL
Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851
Diffstat (limited to 'app/config/parameters_test.yml')
-rw-r--r-- | app/config/parameters_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml index 2943b27a..5f2e25bb 100644 --- a/app/config/parameters_test.yml +++ b/app/config/parameters_test.yml | |||
@@ -6,3 +6,4 @@ parameters: | |||
6 | test_database_user: null | 6 | test_database_user: null |
7 | test_database_password: null | 7 | test_database_password: null |
8 | test_database_path: '%kernel.root_dir%/../data/db/wallabag_test.sqlite' | 8 | test_database_path: '%kernel.root_dir%/../data/db/wallabag_test.sqlite' |
9 | test_database_charset: utf8 | ||