Skip to content

Instantly share code, notes, and snippets.

@heathdutton
Created November 26, 2012 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heathdutton/4150767 to your computer and use it in GitHub Desktop.
Save heathdutton/4150767 to your computer and use it in GitHub Desktop.
Magento Custom - Delete instances of deleted product "Santa Margherita Prosecco" from pending holidays that have not yet been purchased.
DELETE FROM
enterprise_giftregistry_item
WHERE
enterprise_giftregistry_item.item_id IS IN (667, 31013, 33823, 35795, 35826);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment