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

[5.0-rc2] RevEng: Remove ColumnType annotation from scaffolded code #22550

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Sep 15, 2020

Fixes #22564

Description

This is a regression from 3.1 found by a customer using RC1. We scaffold the appropriate method call to set the column type, but then also explicitly add the underlying annotation.

Customer Impact

This will impact a large majority of migrations generated by customers. While it does not cause a functional break, we would like to avoid thousands of customers getting this redundant code in their apps.

How found

Found in customer repro

Test coverage

New tests included in PR. This is also an area where we recognize that we need more testing; this is planned for MQ.

Regression?

Yes. Regression from 3.1

Risk

Low. Just remove redundant annotation.

@smitpatel smitpatel requested a review from a team September 15, 2020 21:27
@smitpatel
Copy link
Member Author

cc: @Pilchie @ajcvickers

@Pilchie Pilchie added this to the 5.0.0-rc2 milestone Sep 15, 2020
@ajcvickers
Copy link
Member

@smitpatel Approved by Tactics for RC2.

@smitpatel smitpatel merged commit d5fd1c5 into release/5.0-rc2 Sep 16, 2020
@smitpatel smitpatel deleted the smit/scaffolding branch September 16, 2020 22:09
@ajcvickers ajcvickers removed this from the 5.0.0-rc2 milestone Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants