Sha256: 5db7a257a129d4087f49dfc55d515a158dda5e6d5166791d315ae92838e6da20

Contents?: true

Size: 208 Bytes

Versions: 3

Compression:

Stored size: 208 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
spree_weight_calculator-0.1.0 test/dummy/db/migrate/20160723192624_remove_extra_products_slug_index.spree.rb
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103543_remove_extra_products_slug_index.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112495_remove_extra_products_slug_index.spree.rb