Sha256: 8ee12d15a5f7795977891c9ccfc9adf626a55cb7bb1bf34dfb14e554337b3fcc

Contents?: true

Size: 144 Bytes

Versions: 11

Compression:

Stored size: 144 Bytes

Contents

class AddIndexesToShoppeProductCategories < ActiveRecord::Migration
  def change
    add_index :shoppe_product_categories, :permalink
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.1.1 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.1.0 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.9 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.8 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
kylekthompson-shoppe-1.0.7 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.7 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.6 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.5 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb
shoppe-1.0.3 db/migrate/20141026180952_add_indexes_to_shoppe_product_categories.rb