From 694fe8468defdb9b73b7cb15b69fd835e150f361 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 18 Dec 2023 23:48:24 +0100 Subject: [PATCH] Testing to build an empty mysql db --- .github/workflows/mysql_settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/mysql_settings.py b/.github/workflows/mysql_settings.py index 9d9f618e00..123f9e286b 100644 --- a/.github/workflows/mysql_settings.py +++ b/.github/workflows/mysql_settings.py @@ -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", - }, - }, } }