Start counting from 1 with Bug ID

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Reindero
Posts: 26
Joined: 07 Jul 2008, 12:05

Start counting from 1 with Bug ID

Post by Reindero »

Hi, I just installed and tested the Mantis version for a customer. Now I removed the test bugs, but entering a new bug just starts from 7 (6 test bugs) and not 1 as expected. How can I set this back to 1 again without having to install Mantis again?

Regards
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Start counting from 1 with Bug ID

Post by atrol »

If your database is MySQL

Code: Select all

ALTER TABLE `mantis_bug_table` AUTO_INCREMENT = 1;
Please use Search before posting and read the Manual
Reindero
Posts: 26
Joined: 07 Jul 2008, 12:05

Re: Start counting from 1 with Bug ID

Post by Reindero »

Cheers!
Post Reply