Bug in Development sample_data.rake causes postgres sequence problems
This leads to id collision errors when creating a new row from the app.
Cause: When the sample data is loaded, we are also setting the id field. This should always be set by the database, not code.