Duplicate Indexes
These indexes exist, but aren’t needed. Remove them with a migration for faster writes.
Details
On account_conversations
index_account_conversations_on_account_id (account_id)
is covered by
index_unique_conversations (account_id, conversation_id, participant_account_ids)
On account_pins
index_account_pins_on_account_id (account_id)
is covered by
index_account_pins_on_account_id_and_target_account_id (account_id, target_account_id)