Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -193,7 +193,7 @@ alembic revision --autogenerate ...@@ -193,7 +193,7 @@ alembic revision --autogenerate
To apply all pending migrations and update your database to the latest schema, execute the following steps: To apply all pending migrations and update your database to the latest schema, execute the following steps:
````` ````
docker exec -it 19sq-flask docker exec -it 19sq-flask
alembic upgrade head alembic upgrade head
```` ````
... ...
......