Skip to content

Commit

Permalink
fix migration down method for promotion_orders promotions foreign key
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitbike committed Feb 6, 2024
1 parent 1ae30d0 commit 69e178f
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 69e178f

Please sign in to comment.