6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
Generic single-database configuration with SQLite.
|
|
|
|
To run migrations:
|
|
1. Ensure alembic is installed: pip install alembic
|
|
2. Apply migrations: alembic upgrade head
|
|
3. Create a new migration: alembic revision -m "Description of changes" |