Sha256: 6b92d784fe90475c1ef5c1996d93c819827e0bc4e00665630f5434321ec70341

Contents?: true

Size: 243 Bytes

Versions: 12

Compression:

Stored size: 243 Bytes

Contents

class AddAuthenticationTokenToJobshopUsers < ActiveRecord::Migration[5.0]
  def change
    add_column :jobshop_users, :email_authentication_token, :string
    add_column :jobshop_users, :email_authentication_token_sent_at, :datetime
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jobshop-0.0.107 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.101 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.67 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.61 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.59 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.53 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.41 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.37 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.29 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.23 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.16 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb
jobshop-0.0.15 db/migrate/20160720201947_add_authentication_token_to_jobshop_users.rb