parent
c6af8d363e
commit
742e543cdb
@ -1,10 +0,0 @@ |
||||
defmodule Explorer.Repo.Migrations.ModifyBlockGas do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
alter table(:blocks) do |
||||
modify(:gas_used, :numeric, precision: 100) |
||||
modify(:gas_limit, :numeric, precision: 100) |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue