mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More shenanigans to please mysql testing
This commit is contained in:
parent
bce5fb0521
commit
081364bb2f
1 changed files with 7 additions and 7 deletions
14
.github/workflows/mysql_settings.py
vendored
14
.github/workflows/mysql_settings.py
vendored
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue