commit
471cee10e0
@ -0,0 +1,7 @@ |
|||||||
|
defmodule Explorer.Repo.Migrations.AddIndexOnBlockNumberToAddressTokenBalances do |
||||||
|
use Ecto.Migration |
||||||
|
|
||||||
|
def change do |
||||||
|
create(index(:address_token_balances, [:block_number])) |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue