Skip to content

Commit

Permalink
Just changed the README
Browse files Browse the repository at this point in the history
Co-authored-by: Akash <akash1810@users.noreply.github.com>
Co-authored-by: Ashleigh <ashcorr20@gmail.com>
  • Loading branch information
3 people committed May 13, 2024
1 parent a6cce49 commit 3970de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions packages/dev-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ 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:
## Testing the prima migration container
To test the prisma migration container 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.
This will run the run-prisma-migrate.sh script.

## RepoCop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
DB_USERNAME: ${DATABASE_USER}
DB_PASSWORD: ${DATABASE_PASSWORD}
DB_HOST: 'postgres-prisma-migrate-test'
DE_PORT: '5432'
DB_PORT: '5432'

postgres:
container_name: postgres-prisma-migrate-test
Expand Down

0 comments on commit 3970de9

Please sign in to comment.