From c6734789ad80a83670bd69c96602a79c1bec36d2 Mon Sep 17 00:00:00 2001 From: Roberto Miranda Date: Wed, 27 Mar 2019 15:25:30 +0000 Subject: Improve db:prepare description --- activerecord/lib/active_record/railties/databases.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/railties/databases.rake b/activerecord/lib/active_record/railties/databases.rake index ee3668e1a9..2328529817 100644 --- a/activerecord/lib/active_record/railties/databases.rake +++ b/activerecord/lib/active_record/railties/databases.rake @@ -222,7 +222,7 @@ db_namespace = namespace :db do desc "Creates the database, loads the schema, and initializes with the seed data (use db:reset to also drop the database first)" task setup: ["db:schema:load_if_ruby", "db:structure:load_if_sql", :seed] - desc "Creates the database, loads the schema, run the migrations and initializes with the seed data (use db:reset to also drop the database first)" + desc "Setup database if doesn’t exist already and run migrations" task prepare: :load_config do ActiveRecord::Base.connection db_namespace["migrate"].invoke -- cgit v1.2.3