sql/schemachanger: dropping a column after add in the same transaction fails #136403
Labels
A-schema-changes
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
The declarative schema changer fails to build a proper plan when adding and dropping columns in separate statements within the same transaction.
To Reproduce
The drop column statement fails with this error:
Observations:
Environment:
Jira issue: CRDB-45021
The text was updated successfully, but these errors were encountered: