mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Had a typo in the mysql option copying
This commit is contained in:
parent
081364bb2f
commit
5455979f87
2 changed files with 10 additions and 10 deletions
16
.github/workflows/mysql_settings.py
vendored
16
.github/workflows/mysql_settings.py
vendored
|
|
@ -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",
|
||||
# },
|
||||
# },
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue