Files
OpsLog/internal/db/migrations/0006_image_url.sql
T
2026-05-26 01:14:43 +02:00

4 lines
212 B
SQL

-- QRZ profile image URL — surfaced next to the worked-before matrix when
-- the user opts in via Settings → Callsign Lookup → Download profile images.
ALTER TABLE callsign_cache ADD COLUMN image_url TEXT;