Sha256: 7c5b4e5b100d1af921dc574fe309ecabd616c89bb591e7c31f30fde957619bde

Contents?: true

Size: 244 Bytes

Versions: 11

Compression:

Stored size: 244 Bytes

Contents

class AddIndexesToShoppeProductAttributes < ActiveRecord::Migration
  def change
    add_index :shoppe_product_attributes, :product_id
    add_index :shoppe_product_attributes, :key
    add_index :shoppe_product_attributes, :position
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

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