Merge branch 'master' into lookup-by-method-id

pull/1466/head
Victor Baranov 6 years ago committed by GitHub
commit b9e94ac690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      apps/explorer/priv/repo/migrations/20190301120328_add_index_to_consensus.exs

@ -0,0 +1,7 @@
defmodule Explorer.Repo.Migrations.AddIndexToConsensus do
use Ecto.Migration
def change do
create(index(:blocks, [:consensus]))
end
end
Loading…
Cancel
Save