mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Collate to Collation fix
This commit is contained in:
parent
781ea02035
commit
2bc69e1f79
1 changed files with 2 additions and 2 deletions
|
|
@ -48,13 +48,13 @@ DATABASES = {
|
|||
'PORT': '', # use default port
|
||||
'OPTIONS': {
|
||||
'ENCODING': 'utf8mb4',
|
||||
'COLLATE': 'utf8mb4_unicode_ci'
|
||||
'COLLATION': 'utf8mb4_unicode_ci'
|
||||
},
|
||||
'TEST': {
|
||||
'NAME': 'default',
|
||||
'OPTIONS': {
|
||||
'ENCODING': 'utf8mb4',
|
||||
'COLLATE': 'utf8mb4_unicode_ci'
|
||||
'COLLATION': 'utf8mb4_unicode_ci'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue