From 081364bb2f875bc4313f3f38858436d40239bcf4 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 19:17:13 +0200 Subject: [PATCH] More shenanigans to please mysql testing --- .github/workflows/mysql_settings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mysql_settings.py b/.github/workflows/mysql_settings.py index 16fdb74b9e..7ffa74c347 100644 --- a/.github/workflows/mysql_settings.py +++ b/.github/workflows/mysql_settings.py @@ -50,13 +50,13 @@ DATABASES = { "charset": "utf8mb4", "init_command": "set collation_connection=utf8mb4_unicode_ci", }, -# "TEST": { -# "NAME": "evennia", -# "OPTIONS": { -# "charset": "utf8mb4", -# "init_command": "set collation_connection=utf8mb4_unicode_ci", -# }, -# }, + "TEST": { + "NAME": "evennia", + "OPTIONS": { + "charset": "utf8mb4", + "init_command": "set collation_connection=utf8mb4_unicode_ci", + }, + }, } }