summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-11-30 11:16:09 -0700
committermo khan <mo@mokhan.ca>2014-11-30 11:16:09 -0700
commit2a02a70b886857688428528dbc2de403298c6647 (patch)
treeed62bfe3ebaed2d747ba16cde6f87d416e6918d3 /script
parent072fd99f1ad011fb6290b137490f9fb5f2170ac3 (diff)
createdb for vagrant user.
Diffstat (limited to 'script')
-rw-r--r--script/bootstrap-vagrant-user.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh
index 60708c8f..29bd8174 100644
--- a/script/bootstrap-vagrant-user.sh
+++ b/script/bootstrap-vagrant-user.sh
@@ -20,5 +20,6 @@ fi
if [ ! -f .env ]; then
ln -s .env.example .env
fi
+createdb
bundle exec rake db:create db:migrate db:seed
RAILS_ENV=test bundle exec rake db:create db:migrate db:seed