Sha256: 5b1696d33f8eb69f02326cbf929b0d3dcc741055250eb3a302158c80b6d2b5f8

Contents?: true

Size: 230 Bytes

Versions: 28

Compression:

Stored size: 230 Bytes

Contents

class AddGradYearAndRaceEthnicityToQuestionnaires < ActiveRecord::Migration[5.2]
  def change
    add_column :questionnaires, :graduation_year, :integer, limit: 4
    add_column :questionnaires, :race_ethnicity, :string
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hackathon_manager-0.11.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.10.3 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.10.2 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.10.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.10.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.9.2 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.9.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.9.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb