From dc743dfea42aea9f5dfc4fb1803cbf11306b9789 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 14 May 2015 23:21:24 +0200 Subject: [PATCH] Small improvement. --- script/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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