messages appear again
This commit is contained in:
@@ -34,7 +34,7 @@ const nodeQueries = {
|
||||
hardware_model = COALESCE(excluded.hardware_model, hardware_model),
|
||||
role = COALESCE(excluded.role, role),
|
||||
firmware_version = COALESCE(excluded.firmware_version, firmware_version),
|
||||
last_heard = COALESCE(excluded.last_heard, last_heard),
|
||||
last_heard = COALESCE(excluded.last_heard, CURRENT_TIMESTAMP),
|
||||
battery_level = COALESCE(excluded.battery_level, battery_level),
|
||||
voltage = COALESCE(excluded.voltage, voltage),
|
||||
channel_utilization = COALESCE(excluded.channel_utilization, channel_utilization),
|
||||
|
||||
Reference in New Issue
Block a user