Files
nairobi/db/migrate/20170905111444_add_video_url_to_poll_questions.rb
2017-09-05 18:32:33 +02:00

6 lines
134 B
Ruby

class AddVideoUrlToPollQuestions < ActiveRecord::Migration
def change
add_column :poll_questions, :video_url, :string
end
end