ComfyUI/app/assets
Luke Mino-Altherr d6e6c3990a Disallow all-null meta rows: add CHECK constraint, skip null values on write
- convert_metadata_to_rows returns [] for None values instead of an all-null row
- Remove dead None branch from _scalar_to_row
- Simplify null filter in common.py to just check for row absence
- Add CHECK constraint ck_asset_reference_meta_has_value to model and migration 0003

Amp-Thread-ID: https://ampcode.com/threads/T-019cef4e-5240-7749-bb25-1f17fcf9c09c
Co-authored-by: Amp <amp@ampcode.com>
2026-03-14 22:57:01 -04:00
..
api Add clarifying comments for Asset/AssetReference naming and preview_id 2026-03-14 22:57:01 -04:00
database Disallow all-null meta rows: add CHECK constraint, skip null values on write 2026-03-14 22:57:01 -04:00
services Rename prompt_id to job_id on asset_references 2026-03-14 22:57:01 -04:00
helpers.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
scanner.py Remove unused imports in scanner.py 2026-03-14 22:57:01 -04:00
seeder.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00