Sha256: 8f0906cb62c9e6021163b4379ea31065234074021cc7bc8ac9ea4b96ddf0e452

Contents?: true

Size: 232 Bytes

Versions: 16

Compression:

Stored size: 232 Bytes

Contents

class AddAuthenticatePasswordResetToUsers < ActiveRecord::Migration
  def change
    add_column :users, :password_reset_token, :string, default: nil
    add_column :users, :password_reset_sent_at, :datetime, default: nil
  end
end

Version data entries

16 entries across 14 versions & 1 rubygems

Version Path
authenticate-0.7.1 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.7.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.6.1 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.6.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.5.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.4.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.3.3 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.3.2 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.3.1 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.3.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.2.3 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.2.2 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.2.1 lib/generators/authenticate/install/templates/db/migrate/add_authenticate_password_reset_to_users.rb
authenticate-0.2.1 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.2.0 spec/dummy/db/migrate/20160130192731_add_authenticate_password_reset_to_users.rb
authenticate-0.2.0 lib/generators/authenticate/install/templates/db/migrate/add_authenticate_password_reset_to_users.rb