mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Drop spree_products_taxons join table
This commit is contained in:
5
db/migrate/20230807145022_remove_product_taxons_table.rb
Normal file
5
db/migrate/20230807145022_remove_product_taxons_table.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RemoveProductTaxonsTable < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
drop_table :spree_products_taxons
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user