Sha256: b7bc209fc6763e829eec6b3ce54420eb97a708fd19dfa3d812339ba07b6db299

Contents?: true

Size: 277 Bytes

Versions: 9

Compression:

Stored size: 277 Bytes

Contents

class AddIndexesToKktShoppeProducts < ActiveRecord::Migration
  def change
    add_index :kkt_shoppe_products, :parent_id
    add_index :kkt_shoppe_products, :sku
    add_index :kkt_shoppe_products, :product_category_id
    add_index :kkt_shoppe_products, :permalink
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-2.0.1 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-2.0.0 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.3.0 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.2.1 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.2.0 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.1.2 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.1.1 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb
kkt_shoppe-1.1.0 db/migrate/20141026181040_add_indexes_to_kkt_shoppe_products.rb