Sha256: 7b63d2af79848e81d20c4cda3fa1659b996c92e2841f560f8d07f95d9e5007f9
Contents?: true
Size: 209 Bytes
Versions: 14
Compression:
Stored size: 209 Bytes
Contents
# This migration comes from spree (originally 20121124203911) class AddPositionToTaxonomies < ActiveRecord::Migration def change add_column :spree_taxonomies, :position, :integer, :default => 0 end end
Version data entries
14 entries across 14 versions & 7 rubygems