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

Version Path
spree_core-4.10.1 db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb
spree_core-4.10.0 db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb
spree_core-4.9.0 db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb
spree_core-4.8.3 db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb
spree_core-4.8.2 db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb