mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Try a different collation option
This commit is contained in:
@ -553,7 +553,7 @@ db_config['TEST'] = {
|
||||
|
||||
# Set collation option for mysql test database
|
||||
if 'mysql' in db_engine:
|
||||
db_config['TEST']['COLLATION'] = 'utf8'
|
||||
db_config['TEST']['COLLATION'] = 'utf8mb4'
|
||||
|
||||
DATABASES = {
|
||||
'default': db_config
|
||||
|
Reference in New Issue
Block a user