Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -187,15 +187,16 @@ We employ Alembic to streamline our MariaDB database migrations.
To generate a new migration script, execute:
```bash
````
alembic revision --autogenerate
```
````
To apply all pending migrations and update your database to the latest schema, use:
To apply all pending migrations and update your database to the latest schema, execute the following steps:
```bash
`````
docker exec -it 19sq-flask
alembic upgrade head
```
``` `
# Cloudflare
......
......