Skip to content

Instantly share code, notes, and snippets.

@hornofj
Created December 12, 2012 17:18
Show Gist options
  • Save hornofj/4269711 to your computer and use it in GitHub Desktop.
Save hornofj/4269711 to your computer and use it in GitHub Desktop.
Invalidate Customer Emails in Magento
UPDATE gp_customer_entity SET email='[email protected]';
UPDATE gp_sales_flat_order_address SET email=NULL;
UPDATE gp_sales_flat_order SET customer_email=NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment