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",
|
"charset": "utf8mb4",
|
||||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"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