Drop unique index on (name, email)
Since we have added a new unique index on (organization_id, name, email), the existing unique index on (name, email) has become redundant. We should be able to drop this existing index now.
Additional context: !185110 (comment 2409164147), !186458 (comment 2439673110)
Edited by 🤖 GitLab Bot 🤖