Skip to content

Instantly share code, notes, and snippets.

@Aeramor
Last active December 21, 2015 18:29
Show Gist options
  • Save Aeramor/e7dab10b929355de934e to your computer and use it in GitHub Desktop.
Save Aeramor/e7dab10b929355de934e to your computer and use it in GitHub Desktop.
Load schema directly for heroku (to ignore migrations)
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