ComfyUI/alembic_db
2025-09-07 16:49:39 +03:00
..
versions add detection of the missing files for existing assets 2025-09-07 16:49:39 +03:00
env.py Add support for sqlite database (#8444) 2025-06-11 16:43:39 -04:00
README.md Add support for sqlite database (#8444) 2025-06-11 16:43:39 -04:00
script.py.mako Add support for sqlite database (#8444) 2025-06-11 16:43:39 -04:00

Generate new revision

  1. Update models in /app/database/models.py
  2. Run alembic revision --autogenerate -m "{your message}"