Skip to content

Commit

Permalink
docs: Add instructions for resetting the local Prisma database (#495) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleesssino authored Oct 18, 2024
1 parent d970aff commit b07ea17
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ pnpm run db:deploy-migrations
pnpm run dev:api
```

- There might be a case when you would like to create a completely fresh copy of the database. In that case, you might use the reset command:

```bash
pnpm run db:reset
```

## Testing your code

We currently perform two kinds of tests: **unit tests** and **integration tests.** 
Expand Down

0 comments on commit b07ea17

Please sign in to comment.