David S-6 wrote:
>
> Once I create a new Trac project and get my trac.ini and db settings
> all set. Is there a away for me to edit a config file so that the
> starting "New Ticket" starts with say, #5000 and not #1 before I hand
> it off to the team to start working?
>
I don't think this can be done in trac.ini, but you can probably edit the
database directly. This is very simple to do if you are using SQLite, using
SQLite Manager in Firefox.
I wonder if you could just create an entry with id 4999 in the table, and
the next ticket created might be 5000.
http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
--
View this message in context:
http://old.nabble.com/Trac-Ticket-Numbers-tp31382846p31386399.html
Sent from the Trac Users mailing list archive at Nabble.com.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.