# frozen_string_literal: true

class DropTopicIdOnEmailLogs < ActiveRecord::Migration[5.2]
  def change
    remove_index :email_logs, :topic_id
  end
end