Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active December 16, 2015 16:09
Show Gist options
  • Save is8r/5461347 to your computer and use it in GitHub Desktop.
Save is8r/5461347 to your computer and use it in GitHub Desktop.
sqaleでlokkaの中身をリセット(注:全て消えます)
$ ssh -p 2222 [email protected]
$ cd current
$ RAILS_ENV=production bundle exec rake db:reset
$ /etc/init.d/app restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment