Sha256: f326b02b1618de434f8322feffa60cdc58fa5fb27cbfdc587d6a1789a84448da

Contents?: true

Size: 266 Bytes

Versions: 6

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

class RemoveIndexCounterCacheCoauthorshipsToParagraphs < ActiveRecord::Migration[5.2]
  def change
    remove_index :decidim_enhanced_textwork_paragraphs, name: "idx_decidim_enhanced_textwork_paragraphs_paragraph_coauth_cnt"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-enhanced_textwork-1.0.5 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb
decidim-enhanced_textwork-1.0.4 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb
decidim-enhanced_textwork-1.0.3 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb
decidim-enhanced_textwork-1.0.2 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb
decidim-enhanced_textwork-1.0.1 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb
decidim-enhanced_textwork-1.0.0 db/migrate/20180711075004_remove_index_counter_cache_coauthorships_to_paragraphs.rb