diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-24 10:10:38 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-24 10:10:38 +0200 |
commit | f623516e107c8146f87d815f033cecb5d812466a (patch) | |
tree | cc892d2b32f0c21679935c1bc544f1c91ee6a530 /app/config | |
parent | 5ce1528953998ee2957cd548ee123870b82f4079 (diff) | |
download | wallabag-f623516e107c8146f87d815f033cecb5d812466a.tar.gz wallabag-f623516e107c8146f87d815f033cecb5d812466a.tar.zst wallabag-f623516e107c8146f87d815f033cecb5d812466a.zip |
SQLite should use utf8, not utf8mb4
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/parameters_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml index 3111da47..5f2e25bb 100644 --- a/app/config/parameters_test.yml +++ b/app/config/parameters_test.yml | |||
@@ -6,4 +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: utf8mb4 | 9 | test_database_charset: utf8 |