From 608ea868ee34db6b368c61c7b0c75277b18bbd00 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Mon, 9 Sep 2024 10:04:31 -0400 Subject: [PATCH] [docs] Update DB reset command [close #101] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43784d9..68514cf 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ end First, you'll need to build the test database. ```elixir -MIX_ENV=test mix db.reset +MIX_ENV=test mix ecto.reset ``` This task assumes you have postgres installed and that the `postgres` user can create / drop databases. If you'd prefer to use a different user, you can specify it with the environment variable `SCRIVENER_ECTO_DB_USER`.