Merge pull request #1527 from poanetwork/ab-value-fetched_at-index

add index to value_fetched_at
pull/1537/head
Victor Baranov 6 years ago committed by GitHub
commit 1832b40061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      apps/explorer/priv/repo/migrations/20190305095926_add_index_to_value_fetched_at.exs

@ -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…
Cancel
Save