class AddManualLanguageToRespondents < ActiveRecord::Migration[7.0]
  def change
    add_column :respondents, :manual_language, :string
  end
end
