Page 1 of 1

Change starting order ID

Posted: 08 Mar 2018, 14:00
by ntnsapre
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;

Re: Change starting order ID

Posted: 08 Mar 2018, 17:41
by aimeos
No problem at all :-)