Sha256: 7e35f42c467a1c4426793ae1cf253a32f94afd1f55c67b4f5e0519a4586d31a0
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
# This migration comes from spree (originally 20150610182638) class AddIdToSpreeOptionValuesVariants < ActiveRecord::Migration def change add_column :spree_option_values_variants, :id, :primary_key end end
Version data entries
2 entries across 2 versions & 1 rubygems