Add catalog bootstrap endpoint, portrait thumbnail pipeline, lazy queued timeline images, gzip compression, and 3D texture throttling with code-split VirtualGallery.
3 lines
136 B
SQL
3 lines
136 B
SQL
-- Timeline portrait thumbnails (~256px) under portraits/thumbs/
|
|
ALTER TABLE artists ADD COLUMN IF NOT EXISTS portrait_thumb_path TEXT;
|