mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user