mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Test init_command for mysql initialization
This commit is contained in:
parent
3609709915
commit
035ff3e99e
1 changed files with 2 additions and 4 deletions
|
|
@ -47,14 +47,12 @@ DATABASES = {
|
|||
'HOST': 'localhost',
|
||||
'PORT': '', # use default port
|
||||
'OPTIONS': {
|
||||
'ENCODING': 'utf8mb4',
|
||||
'COLLATION': 'utf8mb4_unicode_ci'
|
||||
'init_command': 'SET collation_connection = utf8_general_ci'
|
||||
},
|
||||
'TEST': {
|
||||
'NAME': 'default',
|
||||
'OPTIONS': {
|
||||
'ENCODING': 'utf8mb4',
|
||||
'COLLATION': 'utf8mb4_unicode_ci'
|
||||
'init_command': 'SET collation_connection = utf8_general_ci'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue