discourse/migrations/lib/converters/base/step_stats.rb

6 lines
137 B
Ruby

# frozen_string_literal: true
module Migrations::Converters::Base
StepStats = Struct.new(:progress, :warning_count, :error_count)
end