Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -181,12 +181,34 @@ AUTH_GITHUB=1 ...@@ -181,12 +181,34 @@ AUTH_GITHUB=1
**Remember:** Keep your client secrets confidential and never expose them in client-side code or public repositories. **Remember:** Keep your client secrets confidential and never expose them in client-side code or public repositories.
# Alembic Migrations
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:
```bash
alembic upgrade head
```
# Cloudflare # Cloudflare
## DNS ## DNS
## CDN ## CDN
## Tunnels ## Tunnels
# Alembic Migrations
\ No newline at end of file