Sha256: 0a736befc55eeeb672981dc6cb8be2fd91cd5e5c6daf5f9256f848e508d33aca

Contents?: true

Size: 204 Bytes

Versions: 13

Compression:

Stored size: 204 Bytes

Contents

class AddPasswordCreationToken < ActiveRecord::Migration
  def change
    add_column :users, :password_creation_token, :string
    add_column :users, :password_creation_token_sent_at, :datetime
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.17.1 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.17 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.16 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.15 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.14 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.13 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.12 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.11 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.10 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.9 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.8 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb
tkh_authentication-0.9.7 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb