You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql/schemachanger: properly discard zone configs for sequences
Discarding zone configs via the declarative schema changer was a no-op
for sequences, leaving stale configs. This was due to not loading
scpb.TableZoneConfig elements for sequences.
This change ensures those elements are loaded, so configs are properly
removed.
Fixes#150252
Epic: none
Release note (bug fix): Fixes an issue where discarding zone configs on
sequences did not remove the actual configuration.
0 commit comments