Skip to content

Instantly share code, notes, and snippets.

@fdocr
Last active November 4, 2019 17:16
Show Gist options
  • Save fdocr/4002199c82ce08ab7dab90e85b9c58ac to your computer and use it in GitHub Desktop.
Save fdocr/4002199c82ce08ab7dab90e85b9c58ac to your computer and use it in GitHub Desktop.
Ruby on Rails Database management using Rake on Heroku
heroku run DISABLE_DATABASE_ENVIRONMENT_CHECK=1 rake --trace db:schema:load
heroku run rake --trace db:migrate
heroku run rake --trace db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment