Sha256: 6da1203a89a7e40fccb4f2730b7fa01ee5b054acc9ce0f6b4288617f99271e3f

Contents?: true

Size: 210 Bytes

Versions: 122

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

class RemoveFollowableIndexFromFollows < ActiveRecord::Migration[5.1]
  def change
    remove_index :decidim_follows, [:decidim_followable_id, :decidim_followable_type]
  end
end

Version data entries

122 entries across 122 versions & 2 rubygems

Version Path
decidim-core-0.6.0 db/migrate/20170914075721_remove_followable_index_from_follows.rb
decidim-0.6.0 decidim-core/db/migrate/20170914075721_remove_followable_index_from_follows.rb