aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters_test.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-24 10:10:38 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-24 10:10:38 +0200
commitf623516e107c8146f87d815f033cecb5d812466a (patch)
treecc892d2b32f0c21679935c1bc544f1c91ee6a530 /app/config/parameters_test.yml
parent5ce1528953998ee2957cd548ee123870b82f4079 (diff)
downloadwallabag-f623516e107c8146f87d815f033cecb5d812466a.tar.gz
wallabag-f623516e107c8146f87d815f033cecb5d812466a.tar.zst
wallabag-f623516e107c8146f87d815f033cecb5d812466a.zip
SQLite should use utf8, not utf8mb4
Diffstat (limited to 'app/config/parameters_test.yml')
-rw-r--r--app/config/parameters_test.yml2
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