Merge pull request #6443 from blockscout/drop-internal-transactions-order-index
Drop internal transactions order indexpull/6445/head
commit
40cd801270
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.DropInternalTransactionsOrderIndex do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
drop_if_exists(index(:internal_transactions, ["block_number DESC, transaction_index DESC, index DESC"])) |
||||
end |
||||
end |
Loading…
Reference in new issue