4 lines
212 B
SQL
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;
|