Heroku Postgres Reset Database

heroku pg:reset DATABASE
heroku run rake db:migrate
# If you have a seed
heroku run rake db:seed
Nice Nightingale