mirror of
https://github.com/doctrine/orm.git
synced 2026-04-24 06:58:19 +02:00
DDC-302: Fix or Remove AbstractSchemaManager convenience Alter Table Functionality #375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Feb 6, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
The convenience functions for alter table like "addColumn" on AbstractSchemaManager don't work anymore, since the AlterTable API has changed.
Either fix or remove them.
@doctrinebot commented on GitHub (Feb 10, 2010):
Comment created by @beberlei:
Dropped for now, TableDiff needs a nicer API though to cope with that problem.
@doctrinebot commented on GitHub (Feb 10, 2010):
Issue was closed with resolution "Fixed"