CI build: Different mysql testing db
This commit is contained in:
parent
00f70b1eb9
commit
20061e9e5c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mysql_settings.py
vendored
4
.github/workflows/mysql_settings.py
vendored
|
|
@ -41,7 +41,7 @@ SERVERNAME = "testing_mygame"
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
"default": {
|
"default": {
|
||||||
"ENGINE": "django.db.backends.mysql",
|
"ENGINE": "django.db.backends.mysql",
|
||||||
"NAME": "evennia",
|
"NAME": "evennia1",
|
||||||
"USER": "evennia",
|
"USER": "evennia",
|
||||||
"PASSWORD": "password",
|
"PASSWORD": "password",
|
||||||
"HOST": "127.0.0.1",
|
"HOST": "127.0.0.1",
|
||||||
|
|
@ -51,7 +51,7 @@ DATABASES = {
|
||||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||||
},
|
},
|
||||||
"TEST": {
|
"TEST": {
|
||||||
"NAME": "testdb",
|
"NAME": "evennia1",
|
||||||
"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