Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20150331183602_add_devise_two_factor_backupable_to_users.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 913958db7c589b8c363fa019644ec6a29c493f8a (plain)
1
2
3
4
5
class AddDeviseTwoFactorBackupableToUsers < ActiveRecord::Migration
  def change
    add_column :users, :otp_backup_codes, :text
  end
end