Merge branch 'master' into ab-fix-failed_created_addresses-process

pull/1493/head
Ayrat Badykov 6 years ago committed by GitHub
commit 99ea81ee4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      apps/explorer/priv/repo/migrations/20190228102650_add_index_created_contract_address_hash.exs

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