Sha256: 86c10a4f70d5695672f401f79d41f6a407d938da43b2d7c38bb6791865c7ceaa
Contents?: true
Size: 256 Bytes
Versions: 5
Compression:
Stored size: 256 Bytes
Contents
class AddWeightAndDimensionUnitsToSpreeVariants < ActiveRecord::Migration[6.1] def change add_column :spree_variants, :weight_unit, :string, if_not_exists: true add_column :spree_variants, :dimensions_unit, :string, if_not_exists: true end end
Version data entries
5 entries across 5 versions & 1 rubygems