Skip to content

Instantly share code, notes, and snippets.

@phaelfp
Forked from gabidavila/magento_increment_id.sql
Created March 2, 2018 14:34
Show Gist options
  • Save phaelfp/c8ae2602c59a3d603d1d3ec666bc1acb to your computer and use it in GitHub Desktop.
Save phaelfp/c8ae2602c59a3d603d1d3ec666bc1acb 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