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",
|
"charset": "utf8mb4",
|
||||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||||
},
|
},
|
||||||
# "TEST": {
|
"TEST": {
|
||||||
# "NAME": "evennia",
|
"NAME": "evennia",
|
||||||
# "OPTIONS": {
|
"OPTIONS": {
|
||||||
# "charset": "utf8mb4",
|
"charset": "utf8mb4",
|
||||||
# "init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||||
# },
|
},
|
||||||
# },
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue