Sha256: 40c6b940eac85363f1343dda37ab1b0dec32028409011b2ca0c32e5349585cd5

Contents?: true

Size: 129 Bytes

Versions: 16

Compression:

Stored size: 129 Bytes

Contents

class AddStudyidToParticipant < ActiveRecord::Migration
  def change
      add_column :participants, :study_id, :string
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.13.2 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.13.1 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.13.0 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.12.0 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.8 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.7 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.6 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.5 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.4 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.3 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.2 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.1 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.11.0 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.10.0 spec/dummy/db/migrate/008_add_studyid_to_participant.rb
social_networking-0.9.3 spec/dummy/db/migrate/008_add_studyid_to_participant.rb