migrations: Remove concurrent index creation from downgrades
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.