More mysql adjustments

This commit is contained in:
Griatch 2024-06-27 19:37:35 +02:00
parent 5455979f87
commit 4e2fa1bde0

View file

@ -48,15 +48,15 @@ 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",
# "OPTIONS": {
# "charset": "utf8mb4",
# "init_command": "set collation_connection=utf8mb4_unicode_ci",
# },
# },
"TEST": {
"NAME": "evennia",
"OPTIONS": {
"charset": "utf8mb4",
"init_command": "set collation_connection=utf8mb4_unicode_ci",
},
},
}
}