parent
0729dca908
commit
05a98ef164
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.AddTxHashInsertedAtIndex do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create index(:transactions, [:hash, :inserted_at]) |
||||
end |
||||
end |
Loading…
Reference in new issue