Skip to content
Snippets Groups Projects
Verified Commit 4d755fb6 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

config.settings: added note about variable name change

parent e8679567
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,8 @@ DATABASES = {
'PORT': os.environ.get('DJANGO_DB_PORT', ''),
'OPTIONS': {
'init_command': 'SET storage_engine=MyISAM',
# NOTE: for mysql>=5.7 this will need to be changed to
#'init_command': 'SET default_storage_engine=MyISAM',
},
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment