Drop test and production env.
This commit is contained in:
parent
e7bd393b4e
commit
03901a6dab
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ script/scheduler.rb stop
|
|||
script/websocket-server.rb stop
|
||||
kill $(cat tmp/pids/server.pid)
|
||||
|
||||
rake db:drop
|
||||
rake db:drop RAILS_ENV=test
|
||||
rake db:drop RAILS_ENV=production
|
||||
|
||||
exit $EXIT
|
||||
|
|
Loading…
Reference in a new issue