Branch : - branch - master nif nif2 nif2_rebased nif3 nif4 nif4_rebased nif_rebased v0.1 v0.2 v0.3 v0.4 - tag - v0 v0.1.0 v0.1.1 v0.2.0 v0.3.0 v0.3.1 v0.3.2 v0.3.3 v0.4.0
defmodule Kmxgit.Repo.Migrations.ChangeOtpToTotp do use Ecto.Migration def change do rename table(:users), :otp_last, to: :totp_last rename table(:users), :otp_secret, to: :totp_secret end end