This column isn't used since commit4c0deb0ecbecause administrators can associate videos to the answers since commit5862eea51. The value of this attribute isn't used in the public area since commit8277e3cc2.
6 lines
143 B
Ruby
6 lines
143 B
Ruby
class RemovePollQuestionsVideoUrl < ActiveRecord::Migration[7.0]
|
|
def change
|
|
remove_column :poll_questions, :video_url, :string
|
|
end
|
|
end
|