Sha256: 4b55b0ada8aee0df97cf0c2572dfe4934fc9b977e34ec2218f5269a35da8a04d

Contents?: true

Size: 213 Bytes

Versions: 63

Compression:

Stored size: 213 Bytes

Contents

class AddShirtAndDietaryMedicalToParticipants < ActiveRecord::Migration[4.2]
  def change
    add_column :participants, :shirt_size, :string
    add_column :participants, :dietary_medical_notes, :string
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.11.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.10.3 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.10.2 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.10.1 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.10.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.9.2 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.9.1 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.9.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.8.2 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.8.1 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.8.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.7.1 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.7.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.6 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.5 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.4 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.3 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.2 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.1 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb
hackathon_manager-0.6.0 db/migrate/20150104071608_add_shirt_and_dietary_medical_to_participants.rb