mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Case sensitive collation
This commit is contained in:
@ -553,7 +553,7 @@ db_config['TEST'] = {
|
|||||||
|
|
||||||
# Set collation option for mysql test database
|
# Set collation option for mysql test database
|
||||||
if 'mysql' in db_engine:
|
if 'mysql' in db_engine:
|
||||||
db_config['TEST']['COLLATION'] = 'utf8_general_ci'
|
db_config['TEST']['COLLATION'] = 'utf8'
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': db_config
|
'default': db_config
|
||||||
|
Reference in New Issue
Block a user