From 2b8d7e420b63141b54404f6f39443241d740e36c Mon Sep 17 00:00:00 2001 From: carlad Date: Thu, 26 Nov 2015 16:48:10 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c2a9fc..b72bb7c8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ This is the app running on https://api.travis-ci.org/ ### Database setup -1. `rake db:create db:structure:load` +1. `rake db:create db:migrate` +2. for testing 'RAILS_ENV=test bundle exec rake db:create db:migrate --trace' 1. Clone `travis-logs` and copy the `logs` database (assume the PostgreSQL user is `postgres`): ```sh-session cd ..