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