parent
ff95eb41b6
commit
6925f0c34e
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.AddIndexOnAddressHashBlockNumberAndTokenContractAddressHashForCurrentTokenBalance do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create(index(:address_current_token_balances, [:address_hash, :block_number, :token_contract_address_hash])) |
||||
end |
||||
end |
Loading…
Reference in new issue