Created
March 23, 2015 09:28
-
-
Save rodde177/65a54bbbc2958770713b to your computer and use it in GitHub Desktop.
Change order number
This file contains 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
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