Skip to content

Commit

Permalink
docs: Reset test app
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Sep 4, 2024
1 parent 8d96365 commit 4d9aad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ docker compose up -d
mix setup
```

If you want to reset the database, you can run the following command:

```bash
mix ecto.reset
```

## Add an app in database

First, you need to add an app in the database. You can do this by running the following command:
Expand Down

0 comments on commit 4d9aad2

Please sign in to comment.