parent
e19c023219
commit
2c52e2d607
@ -0,0 +1,8 @@ |
||||
defmodule Explorer.Repo.Migrations.AddIndicesToBlockAndBlockTransaction do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create index(:block_transactions, :block_id) |
||||
create index(:blocks, :timestamp) |
||||
end |
||||
end |
Loading…
Reference in new issue