Skip to content

Instantly share code, notes, and snippets.

@is8r
Created May 9, 2013 02:19
Show Gist options
  • Save is8r/5545118 to your computer and use it in GitHub Desktop.
Save is8r/5545118 to your computer and use it in GitHub Desktop.
dbを一旦削除して作りなおしてmasterと同期する
bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:setup && bundle exec rake master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment