logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20170414080609_add_devise_two_factor_backupable_to_users.rb (159B)


  1. class AddDeviseTwoFactorBackupableToUsers < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :users, :otp_backup_codes, :string, array: true
  4. end
  5. end