-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.15
-
Fix Version/s: 0.16
-
Labels:None
If database default table type is not "InnoDB" migrations that create new table can fail occasionally. Thus migrations must explicitly define it. E.g.:
CREATE TABLE IF NOT EXISTS ... ( ...) ENGINE = InnoDB