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

Renaming SQL columns - don't drop old column #4834

Merged
merged 1 commit into from
Mar 8, 2022
Merged

Conversation

mike12345567
Copy link
Collaborator

Description

Fixing issue #4811 - when renaming SQL columns use an actual rename alteration rather than dropping the column.

…lteration rather than dropping the column.
@mike12345567 mike12345567 self-assigned this Mar 7, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #4834 (1357c53) into develop (86f649c) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #4834      +/-   ##
===========================================
- Coverage    69.51%   69.45%   -0.06%     
===========================================
  Files          145      145              
  Lines         4979     4983       +4     
  Branches       765      766       +1     
===========================================
  Hits          3461     3461              
- Misses        1066     1069       +3     
- Partials       452      453       +1     
Impacted Files Coverage Δ
...kages/server/src/api/controllers/table/external.js 7.97% <0.00%> (-0.24%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e159e4a...1357c53. Read the comment docs.

Copy link
Member

@shogunpurple shogunpurple left a comment

Choose a reason for hiding this comment

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

LGTM!

@mike12345567 mike12345567 merged commit cfb8040 into develop Mar 8, 2022
@mike12345567 mike12345567 deleted the fix/4811 branch March 8, 2022 09:55
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants