More mysql adjustments
This commit is contained in:
parent
5455979f87
commit
4e2fa1bde0
1 changed files with 8 additions and 8 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"),
|
"PORT": os.environ.get("MYSQL_PORT", "3306"),
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"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