Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -235,12 +235,12 @@ AUTH_GITHUB=1 ...@@ -235,12 +235,12 @@ AUTH_GITHUB=1
# Alembic Migrations # 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: 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: To apply all pending migrations and update your database to the latest schema, execute the following steps:
... ...
......