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: 792b98c91f062869164f0e043f9c225a1e72a96a (plain)
1
2
3
4
5
class AddDeviseTwoFactorBackupableToUsers < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :otp_backup_codes, :text
  end
end