[DMIG-7] migrations:diff could not be found Created: 18/Aug/10 Updated: 15/Feb/11 Resolved: 15/Feb/11 |
|
| Status: | Resolved |
| Project: | Doctrine Migrations |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Ting Wang | Assignee: | Jonathan H. Wage |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
linux, http://svn.github.com/doctrine/migrations.git, revision 40 |
||
| Attachments: |
|
| Description |
|
./doctrine list migrations didn't list diff although the diff command is added in doctrine.php. This could be the problem of configure() in DiffCommand.php. The parent::configure() is called after the the configuration of diff command. So the name etc of the diff command is overwritten by the father class, namely "generate". |
| Comments |
| Comment by Benjamin Eberlei [ 15/Feb/11 ] |
|
Fixed already |