Skip to content

Instantly share code, notes, and snippets.

@mycargus
Last active May 16, 2017 05:49
Show Gist options
  • Save mycargus/64fd582a37891f6025e81bc0fa9fb76f to your computer and use it in GitHub Desktop.
Save mycargus/64fd582a37891f6025e81bc0fa9fb76f to your computer and use it in GitHub Desktop.
heroku pg:reset DATABASE_URL --app <APP>
heroku run bin/rails db:migrate --app <APP>
heroku run bin/rails db:seed --app <APP>
heroku restart --app <APP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment