Sha256: d64e166e84d98c2d0f6255128cea2e97d499855caf04151fb8ed196904d9abbe

Contents?: true

Size: 336 Bytes

Versions: 60

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

class AddCommentableCounterCacheToPosts < ActiveRecord::Migration[5.2]
  def change
    add_column :decidim_blogs_posts, :comments_count, :integer, null: false, default: 0, index: true
    Decidim::Blogs::Post.reset_column_information
    Decidim::Blogs::Post.find_each(&:update_comments_count)
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
decidim-blogs-0.25.1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.25.0 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.25.0.rc4 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.25.0.rc3 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.25.0.rc2 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.25.0.rc1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.3 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.6 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.2 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.5 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.0 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.0.rc2 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.4 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.24.0.rc1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.3 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.2 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.1.rc1 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb
decidim-blogs-0.23.0 db/migrate/20200827153709_add_commentable_counter_cache_to_posts.rb