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;
|
Ubercart |
|
|
|
||
Re: How do I set/reset the starting order number for my store?
Thu, 11/20/2008 - 16:13
#1
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 How do I set/reset the starting order number for my store? By: TR (13 replies) Wed, 01/30/2008 - 23:58
|
|