-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scbuildstmt: fix
ADD COLUMN
minimal supported version
Previously, the minimal supported version for stmt `ADD COLUMN` in the new schema changer was incorrectly labeled as v22.1, but this stmt was not fully supported and we added much functionality to it in v22.2. It was incompatible with the version gating elements commit (e.g. in a mixed version state, if we want to use new schema changer for an `ADD COLUMN` but the element `IndexColumn` was excluded due to the gating, then we will run into issues). This PR changes the minimal supported version of `ADD COLUMN` to v22.2. Release justification: bug fix Release note: None
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters