I don't see anything obvious with the code. It looks like it deletes the user record.
You probably shouldn't be concerned about what the uid is in the table. Resetting the sqlite_sequence is a code smell.
What happens if you delete the user?
I don't see anything obvious with the code. It looks like it deletes the user record.
You probably shouldn't be concerned about what the uid is in the table. Resetting the sqlite_sequence is a code smell.
What happens if you delete the user?
I don't see anything obvious with the code. It looks like it deletes the user record.
You probably shouldn't be concerned about what the uid is in the table. Resetting the sqlite_sequence is a code smell.