Sha256: 3d79beb1ec1915720baf5bd30ab736000ae4d9943fc245cf57559a292a9c41b6
Contents?: true
Size: 185 Bytes
Versions: 7
Compression:
Stored size: 185 Bytes
Contents
# This migration comes from spree (originally 20101223215658) class AddPositionToVariants < ActiveRecord::Migration def change add_column :variants, :position, :integer end end
Version data entries
7 entries across 7 versions & 2 rubygems