SQLite should use utf8, not utf8mb4

This commit is contained in:
Jeremy Benoist
2016-10-24 10:10:38 +02:00
parent 5ce1528953
commit f623516e10
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ parameters:
test_database_user: null
test_database_password: null
test_database_path: '%kernel.root_dir%/../data/db/wallabag_test.sqlite'
test_database_charset: utf8mb4
test_database_charset: utf8