Sha256: 8ee44a8548794f0fb24f75f472d7254b0806b6115c3fac64707c61f5fe4ef642
Contents?: true
Size: 206 Bytes
Versions: 14
Compression:
Stored size: 206 Bytes
Contents
# This migration comes from spree (originally 20130208032954) class AddPrimaryToSpreeProductsTaxons < ActiveRecord::Migration def change add_column :spree_products_taxons, :id, :primary_key end end
Version data entries
14 entries across 14 versions & 7 rubygems