Re: How do I set/reset the starting order number for my store?

dylan's picture
Offline
Joined: 11/20/2008
Juice: 2
Re: How do I set/reset the starting order number for my store?

In drupal 6 the sequences table was eliminated, in favor of autoincrement database tables.

So the code for the D6 version of ubercart (using MySQL) is
alter table uc_orders auto_increment = 6858;

How do I set/reset the starting order number for my store? By: TR (13 replies) Wed, 01/30/2008 - 23:58