mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-11 12:31:44 +08:00
- use sqlalchemy + alembic + sqlite for db - extract model data and previews - endpoints for db interactions - add tests
132 B
132 B
Generate new revision
- Update models in
/app/database/models.py - Run
alembic revision --autogenerate -m "{your message}"