reuse of pilot id

is there a way to reuse deleted pilot id

lets say pilot 15 (TAY0015) is deleted new pilot regestration normaly the next pilot id wil be used (TAY0030).

now my questions is there a way to reuse the TAY0015 becouse i have a few pilots that don’t fly and i want to delete them but the pilot id counter keeps getting higher

is there a code to let it check for an number not in use.

gr joeri

I think this should be in the feature request. I have always thought about this feature and it would be a good idea to have a system where when a pilot is deleted his pilot ID is automatically assigned to the next pilot to register.

I don’t assign ID’s, the database does. As for reusing, MySQL doesn’t re-use auto-increment ID’s, it just goes to the highest + 1. I don’t think this can be changed