tweak(rnd,docker) Remove SQLite (#7966)

* move migrations, update networking and dockignore

* update docs

* remove sqlite from ci

* remove schema linting checks

* fix formatting

* remove schema linting

* add test script

* formatting and linting

* stop pg not down

* seperate test db

* diff port

* remove duplicate
This commit is contained in:
Aarushi
2024-09-04 10:18:57 +01:00
committed by GitHub
parent dc1077f893
commit 5000aa7ee0
30 changed files with 138 additions and 594 deletions

View File

@@ -91,8 +91,7 @@ In order to setup the database, you need to run the following commands, in the s
```sh
docker compose up postgres -d
poetry run prisma migrate dev --schema postgres/schema.prisma
docker compose down
poetry run prisma migrate dev
```
After deploying the migration, to ensure that the database schema is correctly mapped to your codebase, allowing the application to interact with the database properly, you need to generate the Prisma database model: