no need to db:create here

This commit is contained in:
Jaime Iniesta
2016-09-07 11:58:10 +02:00
parent 9e72b91ef0
commit 3d5f7f207c
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ cd consul
bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
rake db:create
bin/rake db:setup
bin/rake db:dev_seed
RAILS_ENV=test rake db:setup