Last active
November 4, 2019 17:16
-
-
Save fdocr/4002199c82ce08ab7dab90e85b9c58ac to your computer and use it in GitHub Desktop.
Ruby on Rails Database management using Rake on Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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