ComfyUI/app/assets/database/queries
Luke Mino-Altherr 5571508e61 refactor: use query functions instead of direct ORM modifications in service layer
Add update_asset_info_name and update_asset_info_updated_at query functions
and update asset_management.py to use them instead of modifying ORM objects
directly. This ensures the service layer only uses explicit operations from
the queries package.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 18:44:23 -08:00
..
__init__.py refactor: use query functions instead of direct ORM modifications in service layer 2026-02-03 18:44:23 -08:00
asset_info.py refactor: use query functions instead of direct ORM modifications in service layer 2026-02-03 18:44:23 -08:00
asset.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
cache_state.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
tags.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00