Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres: correctly produce alter table sql comment to update column definition #3158

Merged

Conversation

bendavies
Copy link
Contributor

@bendavies bendavies commented May 21, 2018

Q A
Type bug
BC Break no
Fixed issues

Summary

The schema diff for postgres wasn't correctly updating the column comment for an altered column, for example updating a column type from datetime to datetime_immutable

@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch 2 times, most recently from 63ff2c5 to 0dab05b Compare May 21, 2018 11:29
@bendavies bendavies changed the title correctly produce alter table sql to update column comment under post… postgres: correctly produce alter table sql to update column definition May 21, 2018
@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch 2 times, most recently from 2910796 to 3753d04 Compare May 21, 2018 11:33
@bendavies bendavies changed the title postgres: correctly produce alter table sql to update column definition postgres: correctly produce alter table sql comment to update column definition May 21, 2018
@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch 2 times, most recently from 2d9082e to 4009a6f Compare May 21, 2018 11:48
@bendavies bendavies changed the base branch from 2.6 to master May 21, 2018 11:48
@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch 2 times, most recently from ab31806 to 81c9bb1 Compare May 21, 2018 16:19
@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch 2 times, most recently from 6c68c8d to 6700ca4 Compare October 16, 2018 14:53
@bendavies bendavies force-pushed the postgres-alter-table-column-comment branch from 6700ca4 to 8a7208d Compare October 16, 2018 15:19
@bendavies
Copy link
Contributor Author

@Ocramius should be good, and rebased.

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Ocramius
Copy link
Member

@morozov can you merge/backport this one, when you got a sec?

@morozov morozov merged commit ff30f9a into doctrine:master Oct 16, 2018
morozov added a commit that referenced this pull request Oct 16, 2018
@bendavies
Copy link
Contributor Author

thanks!

@morozov morozov modified the milestones: 2.9.0, 2.8.1 Dec 2, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants