Page 1 of 1

Init the bug ID

Posted: 08 Mar 2007, 08:23
by Meow the Catz
Hi,

So I have created some test bugs that I have deleted now, and now my bug tracker system is in production.

Is there a way to initialize the ID number, so the next bug I'll submit will have number 1?

Thanks

Posted: 09 Mar 2007, 16:27
by costanm
yes,

the bug_id field is an auto increment value that is set in the database table.

If you deleted all bug, then you should set this paramenter to 1.

Best regards