mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Case sensitive collation
This commit is contained in:
parent
2f1e869351
commit
0806e18aca
@ -553,7 +553,7 @@ db_config['TEST'] = {
|
||||
|
||||
# Set collation option for mysql test database
|
||||
if 'mysql' in db_engine:
|
||||
db_config['TEST']['COLLATION'] = 'utf8_general_ci'
|
||||
db_config['TEST']['COLLATION'] = 'utf8'
|
||||
|
||||
DATABASES = {
|
||||
'default': db_config
|
||||
|
Loading…
Reference in New Issue
Block a user