Remove unneeded health status index

We need to check to ensure index "idx_issues_on_health_status_not_null" btree (health_status) WHERE health_status IS NOT NULL is actually used and remove if not.

The migration style guide has a section on removing unneeded indeces, including a Thanos query for checking its use 👉 https://docs.gitlab.com/ee/development/migration_style_guide.html#removing-indexes

See !95580 (comment 1072018431)

The following discussion from !95580 (merged) should be addressed:

Edited by 🤖 GitLab Bot 🤖