mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-23 21:10:49 +08:00
- use sqlalchemy + alembic + sqlite for db - extract model data and previews - endpoints for db interactions - add tests
4 lines
132 B
Markdown
4 lines
132 B
Markdown
## Generate new revision
|
|
1. Update models in `/app/database/models.py`
|
|
2. Run `alembic revision --autogenerate -m "{your message}"`
|