More shenanigans to please mysql testing

This commit is contained in:
Griatch 2024-06-27 19:17:13 +02:00
parent bce5fb0521
commit 081364bb2f

View file

@ -50,13 +50,13 @@ DATABASES = {
"charset": "utf8mb4",
"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",
},
},
}
}