mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
CI: Fixing dynamic mysql syntax
This commit is contained in:
6
.github/workflows/mysql_settings.py
vendored
6
.github/workflows/mysql_settings.py
vendored
@ -53,8 +53,7 @@ DATABASES = {
|
||||
# variables that don't require special privileges.
|
||||
"init_command": (
|
||||
"SET collation_connection=utf8mb4_unicode_ci, "
|
||||
"sql_mode='STRICT_TRANS_TABLES', innodb_strict_mode=1, "
|
||||
"innodb_default_row_format=DYNAMIC"
|
||||
"sql_mode='STRICT_TRANS_TABLES', innodb_strict_mode=1"
|
||||
),
|
||||
},
|
||||
"TEST": {
|
||||
@ -63,8 +62,7 @@ DATABASES = {
|
||||
"charset": "utf8mb4",
|
||||
"init_command": (
|
||||
"SET collation_connection=utf8mb4_unicode_ci, "
|
||||
"sql_mode='STRICT_TRANS_TABLES', innodb_strict_mode=1, "
|
||||
"innodb_default_row_format=DYNAMIC"
|
||||
"sql_mode='STRICT_TRANS_TABLES', innodb_strict_mode=1"
|
||||
),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user