diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 876067bfe..d7d22e15f 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -2,8 +2,9 @@ bundle install -rm -rf tmp/cache_file_store_* +rm -rf tmp/cache* +rake db:drop rake db:create rake db:migrate rake db:seed