Sha256: 64e0d77c6ee872e48a8e73ff394d3341ee25e12bf9356ad86b759b805639eddc

Contents?: true

Size: 151 Bytes

Versions: 9

Compression:

Stored size: 151 Bytes

Contents

class AddIndexesToKktShoppeProductCategories < ActiveRecord::Migration
  def change
    add_index :kkt_shoppe_product_categories, :permalink
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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