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
Start counting from 1 with Bug ID
Moderators: Developer, Contributor
Re: Start counting from 1 with Bug ID
If your database is MySQL
Code: Select all
ALTER TABLE `mantis_bug_table` AUTO_INCREMENT = 1;