Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
The migration script created a php line like this:
$this->_addSql('ALTER TABLE ... DEFAULT '0'');
Which creates a syntax error in the php file.