Skip to content

Commit

Permalink
Testing prima migrations section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte committed May 13, 2024
1 parent a9f2f50 commit a6cce49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/dev-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ It includes:
> **Note**
> You can also use other Postgres clients, such as `psql` to query the data, or even your IDE!
## Testing prima migrations
To test prisma migrations you can run the following script:

```sh
./packages/dev-environment/script/start-prisma-migrate-test
```
This will start two containers. Checking the logs of the container running the image
dev_environment-prisma-migrate will show which migrations habe been applied.

## RepoCop

To develop locally once the tables have been populated follow the steps in the repocop [README](../repocop/README.md)
Expand Down

0 comments on commit a6cce49

Please sign in to comment.