Change starting order ID

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ntnsapre
Posts: 21
Joined: 16 Jan 2018, 20:31

Change starting order ID

Post by ntnsapre » 08 Mar 2018, 14:00

If I wanted to change the initial order ID, to 1000 instead of 1, can I simply run the query below? Or will that break something/everything?

ALTER TABLE mshop_order AUTO_INCREMENT = 1000;

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Change starting order ID

Post by aimeos » 08 Mar 2018, 17:41

No problem at all :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply