-- Adds `Source.icon_url` — the source's own logo/favicon, shown next to -- its name in the `SourceSelect` picker (apps/web). Nullable, no backfill -- needed for existing rows (none had one to begin with). -- AlterTable ALTER TABLE "sources" ADD COLUMN "icon_url" TEXT;