Experimenting with other encodings for mysql

This commit is contained in:
Griatch 2024-06-27 19:08:27 +02:00
parent 6b984a4faa
commit bce5fb0521
3 changed files with 6 additions and 6 deletions

View file

@ -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",