2025-05-16 14:34:27 +00:00

6 lines
231 B
Plaintext

Generic single-database configuration with an SQLite database.
To run migrations:
1. Update models in app/models/
2. Run manual migration script generation (autogenerate is disabled)
3. Apply migrations with `alembic upgrade head`