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