mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
6 lines
123 B
Ruby
6 lines
123 B
Ruby
class RemoveVariantPosition < ActiveRecord::Migration[7.0]
|
|
def up
|
|
remove_column :spree_variants, :position
|
|
end
|
|
end
|