Sha256: 1d84f09b91f954970eff6b6604fb23400c5a7ada85f341c48e45ee915bcc9dc7

Contents?: true

Size: 184 Bytes

Versions: 63

Compression:

Stored size: 184 Bytes

Contents

class AddCodeOfConductAcceptedToQuestionnaire < ActiveRecord::Migration[4.2]
  def change
    add_column :questionnaires, :code_of_conduct_accepted, :boolean, default: false
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.3.0 db/migrate/20160110012217_add_code_of_conduct_accepted_to_questionnaire.rb
hackathon_manager-0.2.0 db/migrate/20160110012217_add_code_of_conduct_accepted_to_questionnaire.rb
hackathon_manager-0.1.0 db/migrate/20160110012217_add_code_of_conduct_accepted_to_questionnaire.rb