We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956ddaf commit 73a0627Copy full SHA for 73a0627
1 file changed
docker/settings_local.py
@@ -15,7 +15,7 @@
15
'PASSWORD': 'RkTkDPFnKpko',
16
'OPTIONS': {
17
'sql_mode': 'STRICT_TRANS_TABLES',
18
- 'init_command': 'SET storage_engine=MyISAM; SET names "utf8"',
+ 'init_command': 'SET storage_engine=InnoDB; SET names "utf8"',
19
},
20
21
} # type: Dict[str, Dict[str, Collection[str]]]
0 commit comments