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