Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -247,6 +247,8 @@ alembic revision --autogenerate -m v0.0.1
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 bash
alembic upgrade head
````
Instead of `head`, a specific migration ID can also be passed to the upgrade command.