mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
class DropVariantIsMaster < ActiveRecord::Migration[7.0]
|
|
def up
|
|
remove_column :spree_variants, :is_master
|
|
end
|
|
end
|