refactor: remove duplicate transaction index on block_hash and tx_index
Remove redundant idx_transaction_block_hash_tx_index index as the existing idx_transaction_slot_desc_tx_index_desc already provides efficient query performance for block transaction retrieval with proper ordering. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>