Created
December 12, 2012 17:18
-
-
Save hornofj/4269711 to your computer and use it in GitHub Desktop.
Invalidate Customer Emails in Magento
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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