Changes
Page history
Update home
authored
Oct 16, 2024
by
Lars Florian Meiendresch
Show whitespace changes
Inline
Side-by-side
home.md
View page @
a2d451a0
...
...
@@ -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.