heroku logs # visualize the logs executions of the websiteheroku pg:reset SHARED_DATABASE # To drop the database, if using SHARED_DATABASE_URLheroku run rake db:migrate # To recreate the database with nothing in itheroku run rake db:seed # To populate the database with your seed dataheroku run rake db:setup # You can combine the last two into one action by executing this