6 lines
231 B
Plaintext
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` |