mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-17 15:15:00 +08:00
Rename the column in the DB model, migration, and service schemas. The API response emits both job_id and prompt_id (deprecated alias) for backward compatibility with the cloud API. Amp-Thread-ID: https://ampcode.com/threads/T-019cef41-60b0-752a-aa3c-ed7f20fda2f7 Co-authored-by: Amp <amp@ampcode.com> |
||
|---|---|---|
| .. | ||
| versions | ||
| env.py | ||
| README.md | ||
| script.py.mako | ||
Generate new revision
- Update models in
/app/database/models.py - Run
alembic revision --autogenerate -m "{your message}"