Merge branch 'master' into ab-fetch-internal_transaction_from_contracts

pull/1455/head
Ayrat Badykov 6 years ago committed by GitHub
commit 389583e759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      apps/explorer/priv/repo/migrations/20190219082636_add_indexes_for_block_reward_query.exs

@ -0,0 +1,8 @@
defmodule Explorer.Repo.Migrations.AddIndexesForBlockRewardQuery do
use Ecto.Migration
def change do
create(index(:blocks, [:number]))
create(index(:emission_rewards, [:block_range]))
end
end
Loading…
Cancel
Save