commit
99ea81ee4f
@ -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…
Reference in new issue