We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb6596 commit c0f228cCopy full SHA for c0f228c
psqlpy-stress/README.md
@@ -33,6 +33,12 @@ docker compose up
33
7. Apply migrations to database (default database is in docker-compose).
34
You can change `database_url` inside `psqlpy_stress.settings` file in order to connect to external database.
35
36
+ Migrations can be applied via:
37
+
38
+ ```bash
39
+ alembic upgrade head
40
+ ```
41
42
8. Launch application via
43
44
```bash
0 commit comments