sql: support transactionally dropping an index and creating one with the same name #98494
Labels
A-schema-transactional
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Is your feature request related to a problem? Please describe.
Today, if you try this, you'll get an error.
Describe the solution you'd like
It should just work. The declarative schema changer will make this straightforward.
Additional context
This is hard to fix in the legacy schema changer.
Jira issue: CRDB-25297
The text was updated successfully, but these errors were encountered: