scpb: remove IsRelationBeingDropped fields #89002
Labels
A-schema-changer-impl
Related to the implementation of the new schema changer
branch-release-22.2
Used to mark GA and release blockers, technical advisories, and bugs for 22.2
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
GA-blocker
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
These
IsRelationBeingDropped
fields in theColumnType
andSecondaryIndexPartial
elements are no longer necessary now that we can do not-joins. We can remove them outright instead of deprecating them because the declarative schema changer in 22.1 only did DROPs of descriptor-elements so these never came into play.Jira issue: CRDB-20074
The text was updated successfully, but these errors were encountered: