Last active
December 21, 2015 18:29
-
-
Save Aeramor/e7dab10b929355de934e to your computer and use it in GitHub Desktop.
Load schema directly for heroku (to ignore migrations)
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 "bundle exec rake db:schema:dump && cat db/schema.rb" | |
heroku run rake db:schema:load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment