[rt-users] Changing initial ticket number
Robert Spier
rspier at pobox.com
Mon Feb 14 01:24:18 EST 2005
> Hi -- is there a simple way to change the new ticket id (in the new
> installation) so that new tickets numbers will be created, for
> example, starting at #1234 rather than #1? Even better: is there a way
> to customize ticket number visible to requesters?
http://dev.mysql.com/doc/mysql/en/example-auto-increment.html
ALTER TABLE Tickets AUTO_INCREMENT=1234
More information about the rt-users
mailing list