Skip to content

Commit

Permalink
[docs] Update DB reset command
Browse files Browse the repository at this point in the history
[close #101]
  • Loading branch information
cpjolicoeur committed Sep 9, 2024
1 parent 1758b0d commit 608ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 608ea86

Please sign in to comment.