Sha256: 767e518402d91d2d71bc2077ac503047f6834a394ef24d75475f98248795df8b
Contents?: true
Size: 212 Bytes
Versions: 17
Compression:
Stored size: 212 Bytes
Contents
# This migration comes from spree (originally 20121009142519) class AddLockVersionToVariant < ActiveRecord::Migration def change add_column :spree_variants, :lock_version, :integer, :default => 0 end end
Version data entries
17 entries across 17 versions & 7 rubygems