Skip to content

Commit c0f228c

Browse files
committed
Stress testing directory added. Added migration command
1 parent ebb6596 commit c0f228c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

psqlpy-stress/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ docker compose up
3333
7. Apply migrations to database (default database is in docker-compose).
3434
You can change `database_url` inside `psqlpy_stress.settings` file in order to connect to external database.
3535

36+
Migrations can be applied via:
37+
38+
```bash
39+
alembic upgrade head
40+
```
41+
3642
8. Launch application via
3743

3844
```bash

0 commit comments

Comments
 (0)