On Mon, Aug 4, 2014 at 5:23 AM, Vikas V. Shrivastava <
[email protected]> wrote:

Hi,
>
> I want to change ticket id from 2001 onward when new ticket update in Trac
> ticketing system.
>
> By default the ticket id is started from #1. I want ticket id started from
> #2001.
>
> Please help me.. where has to make changes, so this ticket id start from
> #2001.
>
> Regards,
>
> Vikas Shrivastava
>

I believe it depends on the database you are using, but if you are using
SQLite, then you just need to create a ticket (or edit an existing ticket)
in the database to have id=2001. You can do this with the SQLite command
line tool. Numbering will continue from the ticket with the largest id.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to