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

[main] Fix to #32062 - Altering a nullable column to not null generates invalid SQL commands for migration #32102

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Oct 19, 2023

Problem was that alter column from nullable to non-nullable on a temporal table requires us to disable versioning, so that null values could be properly updated to the new defaults.

Fixes #32062

…lid SQL commands for migration

Problem was that alter column from nullable to non-nullable on a temporal table requires us to disable versioning, so that null values could be properly updated to the new defaults.

Fixes #32062
@maumar maumar requested a review from bricelam October 19, 2023 23:20
@maumar maumar merged commit 4332623 into main Oct 24, 2023
7 checks passed
@maumar maumar deleted the fix32062_main branch October 24, 2023 06:48
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.

Altering a nullable column to not null generates invalid SQL commands for migration
2 participants