Skip to content
Snippets Groups Projects
Commit 457f044d authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Make sure CI db uses UTF-8 charset

parent 65a6e993
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ DATABASES = {
'USER': 'django',
'PASSWORD': 'mysql',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
'charset': "utf8mb4",
},
'TEST': {
'NAME': 'test',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment