mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Testing to build an empty mysql db
This commit is contained in:
parent
5d580c4c17
commit
694fe8468d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/mysql_settings.py
vendored
7
.github/workflows/mysql_settings.py
vendored
|
|
@ -50,13 +50,6 @@ DATABASES = {
|
|||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
"TEST": {
|
||||
"NAME": "default",
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue