parent
5b5a0b3cfe
commit
caa40cc017
@ -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