parent
1184ae6a19
commit
d09d3fb127
@ -0,0 +1,7 @@ |
||||
defmodule Explorer.Repo.Migrations.WithdrawalsGweiAmountToWeiAmount do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
execute("UPDATE withdrawals SET amount = amount * 1000000000") |
||||
end |
||||
end |
Loading…
Reference in new issue