Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -235,12 +235,12 @@ AUTH_GITHUB=1
# Alembic Migrations
We employ Alembic to streamline our MariaDB database migrations.
We employ Alembic to streamline our MariaDB database migrations in the development process.
To generate a new migration script, execute:
````
alembic revision --autogenerate
alembic revision --autogenerate -m v<version>
````
To apply all pending migrations and update your database to the latest schema, execute the following steps:
......
......