Skip to content

Instantly share code, notes, and snippets.

@paxti
Created August 18, 2016 14:59
Show Gist options
  • Save paxti/0f8552005e352635580531166c2995d8 to your computer and use it in GitHub Desktop.
Save paxti/0f8552005e352635580531166c2995d8 to your computer and use it in GitHub Desktop.
# Drop all local DB
# Make dump in Heroku
# Import dump in locacl development DB
# Update schema.rb
bundle exec rake db:schema:dump
# Update test DB
bundle exec rake db:schema:load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment