Comment 4 for bug 741274

Revision history for this message
Jay Pipes (jaypipes) wrote :

If the mysql_engine kwargs was added *after* the db was originally introduced, then migrates scripts are needed. For this, though, no need to create a Python migrate script. Just add a 0XX_mysql_upgrade.sql script that contains the MySQL-specific ALTER TABLE ... ENGINE=InnoDB; statements in it.