Sha256: a9c804c3483ff91fd6ac58b74b9dfb34718a195710a9f2a41e262068e533aed7
Contents?: true
Size: 131 Bytes
Versions: 1
Compression:
Stored size: 131 Bytes
Contents
class AddVariantIdIndexToComableStocks < ActiveRecord::Migration def change add_index :comable_stocks, :variant_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comable-core-0.7.1 | db/migrate/20151129213205_add_variant_id_index_to_comable_stocks.rb |