class AddOriginalSpeakerMapToRespondents < ActiveRecord::Migration[7.0]
  def change
    add_column :respondents, :original_speaker_map, :jsonb, default: {}
  end
end
