[DMIG-5] migrations:generate incorrect version Created: 21/Jun/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: | Tom Van Looy | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux Ubuntu |
||
| Description |
|
in Doctrine/DBAL/Migrations/Tools/Console/Command/GenerateCommand.php $version = date('YmdHms'); must be $version = date('YmdHis'); |
| Comments |
| Comment by Benjamin Eberlei [ 15/Feb/11 ] |
|
Fixed already. |