start primary key id > 1

Hi Brian,

Rails doesn't care what the value of the id is. You need to look at your database to find out how to start/restart the id count.

hth, Bill