From 18fd99c1f25059d6ef3e33a08b88d339ff184722 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 3 Sep 2018 14:22:35 +0200 Subject: [PATCH] setup: explain what initializing the database does --- bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup b/bin/setup index 1b0ed6b12..865d2be0a 100755 --- a/bin/setup +++ b/bin/setup @@ -29,6 +29,7 @@ chdir APP_ROOT do cp 'config/env.example', '.env' end + # Create the database, load the schema, and initialize it with the seed data puts "\n== Preparing database ==" system! 'bin/rails db:setup'