Sha256: 81de6b0167553860b65591be3ecf10ac06f16b4b8a930e1437fcee261bb0c791

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

class ResetCounterCacheOnPandaCMSTemplate < ActiveRecord::Migration[7.1]
  def change
    Panda::CMS::Template.find_each { |t| Panda::CMS::Template.reset_counters(t.id, :pages) }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda-cms-0.7.2 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda-cms-0.7.0 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb