Skip to content

Commit

Permalink
Merge pull request #5642 from rabbitbike/fix-migration-down-method-fo…
Browse files Browse the repository at this point in the history
…r-promotion_orders-promotions-foreign-key

Fix down migration for promotion_orders promotions foreign key
  • Loading branch information
tvdeyen authored Feb 8, 2024
2 parents 248a6e6 + 69e178f commit 628c615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ def up
end

def down
remove_foreign_key :spree_orders_promotions, :spree_orders
remove_foreign_key :spree_orders_promotions, :spree_promotions
end
end

0 comments on commit 628c615

Please sign in to comment.