parent
6f0759633d
commit
b2ec433aa8
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.AddIndexToConsensus do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
create(index(:blocks, [:consensus])) |
||||
end |
||||
end |
Loading…
Reference in new issue