## Description Follow-up to #15147. The migration missed `if_not_exists`, so it fails with `index already exists` on a re-run or when the index is pre-built. Makes it idempotent, matching recent concurrent-index migrations. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)