Files
grecia/db/migrate/20170120164547_remove_all_geozones_from_poll_questions.rb

6 lines
149 B
Ruby

class RemoveAllGeozonesFromPollQuestions < ActiveRecord::Migration
def change
remove_column :poll_questions, :all_geozones, :boolean
end
end