parent
5d5b8fa84d
commit
345ce79e47
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.AddIndexToToAddressHash do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create(index(:transactions, [:to_address_hash])) |
||||
end |
||||
end |
Loading…
Reference in new issue