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
|
'PORT': '', # use default port
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
'ENCODING': 'utf8mb4',
|
'ENCODING': 'utf8mb4',
|
||||||
'COLLATE': 'utf8mb4_unicode_ci'
|
'COLLATION': 'utf8mb4_unicode_ci'
|
||||||
},
|
},
|
||||||
'TEST': {
|
'TEST': {
|
||||||
'NAME': 'default',
|
'NAME': 'default',
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
'ENCODING': 'utf8mb4',
|
'ENCODING': 'utf8mb4',
|
||||||
'COLLATE': 'utf8mb4_unicode_ci'
|
'COLLATION': 'utf8mb4_unicode_ci'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue