Sha256: 5a3889f2ca9e7d3a2e3bc9614330dd1cef9412ff37f08fa56db574fff495cbae

Contents?: true

Size: 213 Bytes

Versions: 9

Compression:

Stored size: 213 Bytes

Contents

# This migration comes from spree (originally 20141215235502)
class RemoveExtraProductsSlugIndex < ActiveRecord::Migration[4.2]
  def change
    remove_index :spree_products, name: :permalink_idx_unique
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195902_remove_extra_products_slug_index.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091843_remove_extra_products_slug_index.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091843_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb