class ChangeVerifiedToBoleanInSparkpostConfigs < ActiveRecord::Migration[6.0]
  def change
    change_column :communication_sparkpost_configs, :verified, :boolean
  end
end
