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

fix: addColumn changes are not respecting Datatypes definitions #5687

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

filipelautert
Copy link
Collaborator

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

When running a diffChangelog, a create table the column uses the Datatypes classes to define the column types, but an addColumn change would simply dump the database text.

This PR fixes addColumn by making it behave as createTable.

@filipelautert filipelautert self-assigned this Mar 13, 2024
@filipelautert filipelautert requested a review from MalloD12 March 13, 2024 19:46
@filipelautert filipelautert changed the title fix: addColumn changes are not respecting Datatypes classes fix: addColumn changes are not respecting Datatypes definitions Mar 13, 2024
@filipelautert filipelautert requested review from MalloD12 and removed request for MalloD12 March 21, 2024 13:57
@filipelautert filipelautert merged commit d68f1a9 into master Apr 2, 2024
33 of 34 checks passed
@filipelautert filipelautert deleted the fix-addcolumn-types branch April 2, 2024 16:26
@filipelautert filipelautert added this to the 1NEXT milestone Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants