Just wondering if it's normal for bug ID's to be (seemingly) random numbers. I have 8 bugs so far and the ID #s are 1, 3, 4, 10, 11, 20, 23, 24. Is there a way to correct this?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just wondering if it's normal for bug ID's to be (seemingly) random numbers. I have 8 bugs so far and the ID #s are 1, 3, 4, 10, 11, 20, 23, 24. Is there a way to correct this?
Thanks!
No, that's not normal. They should be sequential. The code looks at the value in the bug_seq table to determine the next bug id to use.