Sha256: b133a11aa1aefe72348d7def48624032259c597d5e015cd3753f6c3c08fd0df9

Contents?: true

Size: 135 Bytes

Versions: 1

Compression:

Stored size: 135 Bytes

Contents

class AddProductIdIndexToComableVariants < ActiveRecord::Migration
  def change
    add_index :comable_variants, :product_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comable-core-0.7.1 db/migrate/20151129213103_add_product_id_index_to_comable_variants.rb