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
Branches
No related tags found
No related merge requests found
Pipeline #119494 passed
...@@ -15,7 +15,8 @@ DATABASES = { ...@@ -15,7 +15,8 @@ DATABASES = {
'USER': 'django', 'USER': 'django',
'PASSWORD': 'mysql', 'PASSWORD': 'mysql',
'OPTIONS': { 'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'" 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
'charset': "utf8mb4",
}, },
'TEST': { 'TEST': {
'NAME': 'test', 'NAME': 'test',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment