Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -275,7 +275,7 @@ To generate a new migration script for version `0.0.1`, execute:
````
cd src
alembic revision --autogenerate -m v0.0.1
py -m alembic revision --autogenerate -m v0.0.1
````
To apply all pending migrations and update your database to the latest schema, execute the following steps:
......
......