class AddCounterCacheToContactAdditionalGroups < ActiveRecord::Migration[6.0]
  def change
    add_column :ContactStatisticGroups, :fields_count, :integer
  end
end
