From ccd055d8e623349577b515d2812c324327391b7d Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 16 Oct 2024 10:42:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15bdea1..aa1aa04 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ RAILS_ENV=test rake db:drop db:create db:migrate If you're not adding new migrations you only need to load the schema. If you are running migrations you need to also load the schema (in addition to running the migrations) ``` -RAILS_ENV=test rake db:schema:load +RAILS_ENV=test bundle exec rake db:schema:load ``` ## License