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

Allow down SQL in rename column operations to use the new name of the column #351

Closed
wants to merge 2 commits into from

Conversation

andrew-farries
Copy link
Collaborator

WIP

Fixes #350

If the column is being renamed by the alter table operation, ensure that
the variable declared in the down trigger is also renamed to the new
name of the column.
@andrew-farries andrew-farries force-pushed the temp/investigate-up-down-change-type branch from ab2cf79 to 25321ad Compare May 9, 2024 11:08
@andrew-farries andrew-farries deleted the temp/investigate-up-down-change-type branch May 9, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Down SQL in 'alter column' operation that renames a column should use the new column name
1 participant