Skip to content

migrations: Remove concurrent index creation from downgrades

Administrator requested to merge ef/remove-create-index-concurrently-down into main

Created by: efritz

Pulled from #29831. Do not attempt to recreate old indexes concurrently. Downgrades are considered a required-downtime event and removing concurrent creation will reduce the chances index can become invalid on rollback.

Merge request reports

Loading