openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20230628131123_remove_product_permalink.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveProductPermalink < ActiveRecord::Migration[7.0]
  def change
    remove_column :spree_products, :permalink
  end
end