Sha256: f7377a722fd0218e02025eff7656197a0e003d359647a13c531d881cae18ec2a
Contents?: true
Size: 259 Bytes
Versions: 9
Compression:
Stored size: 259 Bytes
Contents
class AddIndexesToKktShoppeProductAttributes < ActiveRecord::Migration def change add_index :kkt_shoppe_product_attributes, :product_id add_index :kkt_shoppe_product_attributes, :key add_index :kkt_shoppe_product_attributes, :position end end
Version data entries
9 entries across 9 versions & 1 rubygems