openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20230315031807_remove_meta_description_from_spree_products.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveMetaDescriptionFromSpreeProducts < ActiveRecord::Migration[6.1]
  def change
    remove_column :spree_products, :meta_description, :text
  end
end