-
-
Save phaelfp/c8ae2602c59a3d603d1d3ec666bc1acb to your computer and use it in GitHub Desktop.
Alterar numeração de um pedido no Magento / Change Increment ID Magento
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 eav_entity_store | |
SET increment_last_id = '100180000' | |
WHERE | |
entity_store_id = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment