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.14.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.14.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.12 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.11 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.10 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.9 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.8 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.7 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.6 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.5 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.4 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.3 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.2 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.13.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.12.2 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.12.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.12.0 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.11.2 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb
hackathon_manager-0.11.1 db/migrate/20181125213158_add_grad_year_and_race_ethnicity_to_questionnaires.rb