Sha256: c82521d1c37edede8237fabb89349c6da5367b5688cf98415d7328f236cf4059

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

class AddResetPasswordFieldsToUsers < ActiveRecord::Migration[4.2]
  def change
    add_column :lines_users, :reset_digest, :string
    add_column :lines_users, :reset_sent_at, :datetime
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jeygeethanmedia-inkpen-1.2.6.2 db/migrate/20150421093311_add_reset_password_fields_to_users.rb
jeygeethanmedia-inkpen-1.2.6.1 db/migrate/20150421093311_add_reset_password_fields_to_users.rb
lines-engine-1.2.6.1 db/migrate/20150421093311_add_reset_password_fields_to_users.rb
lines-engine-1.2.6 db/migrate/20150421093311_add_reset_password_fields_to_users.rb
lines-engine-1.2.5 db/migrate/20150421093311_add_reset_password_fields_to_users.rb