Retab
Some checks failed
Run tests / test (1.25) (push) Waiting to run
Run tests / build (push) Has been cancelled
Run tests / test (stable) (push) Has been cancelled

This commit is contained in:
2026-02-23 09:09:10 +01:00
parent f50f3d1d69
commit 043247018f
3 changed files with 13 additions and 11 deletions

View File

@@ -335,18 +335,18 @@ func (c *Collector) processMeshCorePacket(packet *protocol.Packet) {
last_advert_id
) VALUES (
$1,
$2,
$3,
$4,
$5,
$2,
$3,
$4,
$5,
$6,
$7,
$8,
$9
)
)
ON CONFLICT (public_key)
DO UPDATE
SET
SET
name = $3,
local_time = $4,
last_heard = $6,