ComfyUI/app/assets/api
Matt Miller 3fb79c5f9f
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
chore(assets): drop vestigial tags.tag_type column
tag_type was always "user" in practice — no code path ever set it to anything
else (no system/seeded classification was wired up) and nothing queried it. The
column, its ix_tags_tag_type index, and the TagUsage.type API field were dead
weight, so they're removed. Adds alembic migration 0004 to drop the column and
index.

Verified: asset-seeder tests pass; migration applies cleanly on a fresh SQLite
(tags retains only name; tag_type column + index dropped).
2026-06-03 14:12:49 -07:00
..
routes.py chore(assets): drop vestigial tags.tag_type column 2026-06-03 14:12:49 -07:00
schemas_in.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
schemas_out.py chore(assets): drop vestigial tags.tag_type column 2026-06-03 14:12:49 -07:00
upload.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00