[DMIG-10] Syntax error in migration script Created: 27/Oct/10 Updated: 08/Dec/10 Resolved: 08/Dec/10 |
|
| Status: | Resolved |
| Project: | Doctrine Migrations |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Sebastian Hoitz | Assignee: | Jonathan H. Wage |
| Resolution: | Fixed | Votes: | 0 |
| 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. |
| Comments |
| Comment by Jonathan H. Wage [ 08/Dec/10 ] |
|
This should take care of it |