DB seed was having issues with null constraint failed for [vote.id](http://vote.id ""). I ran migrate dev and it found that a [vote.id](http://vote.id "") had been added and removed it.
I named the migration messed_up. Everything seems to work fine now, but this may cause an issue in production as there might be a column in the db that does not exist.