I have a ruby application using devise to handle user authentication an pg as my data store. I just noticed that the first user object_id is 2 and subsequent object id's increment in steps of 2.
I have dropped and recreated my local db several times and the issue still persists.
Has any one come across this before ?