????

Your IP : 18.119.131.79


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20200826153402_add_totp_to_user.rb

class AddTotpToUser < ActiveRecord::Migration[5.2]
  def change
    add_column :users, :twofa_totp_key, :string
    add_column :users, :twofa_totp_last_used_at, :integer
  end
end