Sha256: 0b983c34b2536b86de67ad72d8cef8483a9aac44fa3e5e4f6b457f1445664961

Contents?: true

Size: 133 Bytes

Versions: 5

Compression:

Stored size: 133 Bytes

Contents

class RemoveOtpSecretKeyFromUser < ActiveRecord::Migration
  def change
    remove_column :users, :otp_secret_key, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
two_factor_authentication-2.1.1 spec/rails_app/db/migrate/20151228230340_remove_otp_secret_key_from_user.rb
two_factor_authentication-2.1.0 spec/rails_app/db/migrate/20151228230340_remove_otp_secret_key_from_user.rb
two_factor_authentication-2.0.1 spec/rails_app/db/migrate/20151228230340_remove_otp_secret_key_from_user.rb
two_factor_authentication-2.0.0 spec/rails_app/db/migrate/20151228230340_remove_otp_secret_key_from_user.rb
two_factor_authentication-1.1.5 spec/rails_app/db/migrate/20151228230340_remove_otp_secret_key_from_user.rb