Skip to content

Add support for alter_table drop NOT NULL operations in multi-operation migrations #626

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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

andrew-farries
Copy link
Collaborator

Ensure that multi-operation migrations combining alter_column operations dropping NOT NULL constraints work in combination with other operations.

Add testcases for:

  • rename table, drop NOT NULL constraint
  • rename table, rename column, drop NOT NULL constraint

The changes necessary to make these testcases pass were made as part of earlier PRs for #239

Part of #239

@andrew-farries andrew-farries marked this pull request as ready for review January 27, 2025 10:23
@andrew-farries andrew-farries merged commit 0e815ec into main Jan 27, 2025
28 checks passed
@andrew-farries andrew-farries deleted the support-multi-op-drop-not-null branch January 27, 2025 13: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.

2 participants