-- The lookup cache gains the two fields the providers were already sending and -- nothing was reading: the operator's own site, and the postal code. -- -- `web` matters beyond the cache: the qso table has had a `web` column since -- 0003 and no lookup ever filled it. ALTER TABLE callsign_cache ADD COLUMN web TEXT; ALTER TABLE callsign_cache ADD COLUMN zip TEXT;