Experimenting with other encodings for mysql
This commit is contained in:
parent
6b984a4faa
commit
bce5fb0521
3 changed files with 6 additions and 6 deletions
2
.github/workflows/mysql_settings.py
vendored
2
.github/workflows/mysql_settings.py
vendored
|
|
@ -48,7 +48,7 @@ DATABASES = {
|
|||
"PORT": os.environ.get("MYSQL_PORT", "3306"),
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
# "init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
# "TEST": {
|
||||
# "NAME": "evennia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue