Merge pull request #1527 from poanetwork/ab-value-fetched_at-index
add index to value_fetched_atpull/1537/head
commit
1832b40061
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.AddIndexToValueFetchedAt do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create(index(:address_coin_balances, [:value_fetched_at])) |
||||
end |
||||
end |
Loading…
Reference in new issue