Skip to content

Instantly share code, notes, and snippets.

@scgoeswild
Created February 15, 2022 21:39
Show Gist options
  • Save scgoeswild/987511f77999246292818af146dae1a1 to your computer and use it in GitHub Desktop.
Save scgoeswild/987511f77999246292818af146dae1a1 to your computer and use it in GitHub Desktop.
Magento2 move customers to another website
UPDATE `customer_eav_attribute_website` SET `website_id` = NEW_WEBSITE_ID WHERE `website_id` = OLD_WEBSITE_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment