mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Collate to Collation fix
This commit is contained in:
parent
dee8cd2489
commit
3609709915
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