Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created April 13, 2013 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gabidavila/5376299 to your computer and use it in GitHub Desktop.
Save gabidavila/5376299 to your computer and use it in GitHub Desktop.
Alterar numeração de um pedido no Magento / Change Increment ID Magento
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