mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-27 01:51:30 +02:00
peer_status_last_seen is nullable — Status is an embedded pointer, so a peer stored without one leaves the column NULL — and NULL loses the cutoff comparison, so such a peer was silently skipped forever instead of recording its first activity.