Drop spree_products_taxons join table

This commit is contained in:
Matt-Yorkley
2023-08-07 15:52:12 +01:00
parent 3655f3019d
commit 3d83ca01f7
2 changed files with 6 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class RemoveProductTaxonsTable < ActiveRecord::Migration[7.0]
def change
drop_table :spree_products_taxons
end
end