Skip to content

Instantly share code, notes, and snippets.

@rodde177
Created March 23, 2015 09:28
Show Gist options
  • Save rodde177/65a54bbbc2958770713b to your computer and use it in GitHub Desktop.
Save rodde177/65a54bbbc2958770713b to your computer and use it in GitHub Desktop.
Change order number
use mydb;
SELECT store_id, name FROM core_store;
select * from eav_entity_store;
UPDATE `eav_entity_store` SET `increment_last_id` = '400000340' WHERE `entity_type_id` = '5' AND `entity_store_id` = '7';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment