Testing to build an empty mysql db

This commit is contained in:
Griatch 2023-12-18 23:48:24 +01:00
parent 5d580c4c17
commit 694fe8468d

View file

@ -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",
},
},
}
}