Skip to content

Commit 73a0627

Browse files
committed
Changed the settings_local.py for the docker image to use the database type enforced in docker/updatedb
- Legacy-Id: 17952
1 parent 956ddaf commit 73a0627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/settings_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'PASSWORD': 'RkTkDPFnKpko',
1616
'OPTIONS': {
1717
'sql_mode': 'STRICT_TRANS_TABLES',
18-
'init_command': 'SET storage_engine=MyISAM; SET names "utf8"',
18+
'init_command': 'SET storage_engine=InnoDB; SET names "utf8"',
1919
},
2020
},
2121
} # type: Dict[str, Dict[str, Collection[str]]]

0 commit comments

Comments
 (0)