Sha256: 180a082a1fc2bdcf44e2774bff47ef5ecdd6fd8709ea4fde10ca77f10f325355

Contents?: true

Size: 153 Bytes

Versions: 11

Compression:

Stored size: 153 Bytes

Contents

class AddProviderToUsers < ActiveRecord::Migration
  def change
    add_column :users, :provider, :string
    add_column :users, :uid, :string
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
voluntary-0.7.1 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.7.0 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.6.0 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.5.2 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.5.1 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.5.0 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.4.0 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.3.0 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.2.4 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.2.3 db/migrate/20150119151714_add_provider_to_users.rb
voluntary-0.2.2 db/migrate/20150119151714_add_provider_to_users.rb