[DMIG-22] $table->renameColumn doesn't work Created: 21/Jun/11 Updated: 30/Jun/12 Resolved: 30/Jun/12 |
|
| Status: | Resolved |
| Project: | Doctrine Migrations |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Klug | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
php 5.3, current git master |
||
| Description |
|
In my case $table->renameColumn('old', 'new') resulted only in a "drop column 'old'". |
| Comments |
| Comment by Benjamin Eberlei [ 30/Jun/12 ] |
|
We removed the function because of that, see reason here https://github.com/doctrine/dbal/commit/9b0bd8817cb74c4aefba043c7e59f94641cc5b15 |