Sha256: cd31b7e7313b44853c554652fbf070f1d2d0bc028dcfdd057cef3cd7a9b6c565

Contents?: true

Size: 188 Bytes

Versions: 46

Compression:

Stored size: 188 Bytes

Contents

class AddAuthenticationTokenToUsers < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :authentication_token, :string
    add_index :users, :authentication_token
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
thecore-1.7.7 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.7.5 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.7.3 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.7.2 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.7.1 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.7.0 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.13 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.10 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.9 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.8 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.7 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.5 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.4 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.3 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.2 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.1 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.6.0 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.5.14 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.5.13 db/migrate/20150806091039_add_authentication_token_to_users.rb
thecore-1.5.12 db/migrate/20150806091039_add_authentication_token_to_users.rb