Created
February 14, 2017 12:40
-
-
Save jwohlfeil/e695270ab9b0342256682a9e2205cd41 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
customer_entity, | |
newsletter_subscriber | |
SET | |
customer_entity.`group_id` = 5 | |
WHERE | |
customer_entity.`entity_id` = newsletter_subscriber.`customer_id` | |
AND | |
newsletter_subscriber.`subscriber_status` = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment