Sha256: 79f182cc2a04667900c4331821884b7f67c7f4dcee230779077bade9eec8b2c3

Contents?: true

Size: 185 Bytes

Versions: 39

Compression:

Stored size: 185 Bytes

Contents

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
panda_cms-0.3.10 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.9 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.8 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.7 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.6 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.5 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.4 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.3 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.2 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.1 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.3.0 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.7 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.6 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.5 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.4 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.3 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.2 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.1 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb
panda_cms-0.2.0 db/migrate/20240317163053_reset_counter_cache_on_panda_cms_template.rb