Newer
Older
dmpopidor / db / migrate / 20200204102539_remove_structured_from_questions.rb
@Quentin SONREL Quentin SONREL on 4 Feb 2020 127 bytes Changed how structured answers are handled in DB
class RemoveStructuredFromQuestions < ActiveRecord::Migration
  def change
    remove_column :questions, :structured
  end
end