mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 02:48:31 +08:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
module Migrations::Converters::Base
|
||
|
StepStats = Struct.new(:progress, :warning_count, :error_count)
|
||
|
end
|