Files
openfoodnetwork/db/migrate/20230628131123_remove_product_permalink.rb
2023-06-30 11:37:57 +01:00

6 lines
129 B
Ruby

class RemoveProductPermalink < ActiveRecord::Migration[7.0]
def change
remove_column :spree_products, :permalink
end
end