Skip to content

Commit ef2ab02

Browse files
committed
fix: Update readme
1 parent 3d79782 commit ef2ab02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ DATABASE_URL="postgresql://user:password@localhost:5432/mydb"
281281

282282
For more details about supported databases and handling migrations, check the [Prisma documentation](https://www.prisma.io/docs/).
283283

284+
> If you change the database provider, you must also update the `DATABASE_URL` used for integration tests in `packages/server/scripts/test.sh`. This script is designed to help you set up the testing database efficiently (e.g., by running a PostgreSQL Docker container).
285+
284286
## License
285287

286288
This project is licensed under the MIT License - see the [LICENSE](https://github.com/BootNodeDev/dme-monorepo/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)