Files
nairobi/db/migrate/20161107124207_add_all_geozones_to_poll_questions.rb
2016-11-07 16:27:34 +01:00

6 lines
157 B
Ruby

class AddAllGeozonesToPollQuestions < ActiveRecord::Migration
def change
add_column :poll_questions, :all_geozones, :boolean, default: false
end
end