Retab
This commit is contained in:
12
collector.go
12
collector.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user