Delete 20211018074058_add_internal_transactions_block_number_from_address_hash_hash_transaction_hash_index.exs
parent
47e519d8da
commit
bdd8ea1664
@ -1,26 +0,0 @@ |
||||
defmodule Explorer.Repo.Migrations.AddInternalTransactionsBlockNumberFromToCreatedAddressHashTransactionHashIndex do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create( |
||||
index( |
||||
:internal_transactions, |
||||
~w(block_number from_address_hash transaction_hash)a |
||||
) |
||||
) |
||||
|
||||
create( |
||||
index( |
||||
:internal_transactions, |
||||
~w(block_number to_address_hash transaction_hash)a |
||||
) |
||||
) |
||||
|
||||
create( |
||||
index( |
||||
:internal_transactions, |
||||
~w(block_number created_contract_address_hash transaction_hash)a |
||||
) |
||||
) |
||||
end |
||||
end |
Loading…
Reference in new issue