From 568da750bb628a45a05a1ae79d9b707d0aa39157 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 19 May 2025 10:50:37 -0700 Subject: [PATCH] another query fix --- controller/CV2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/CV2.cpp b/controller/CV2.cpp index d735f855d..fd925ca69 100644 --- a/controller/CV2.cpp +++ b/controller/CV2.cpp @@ -499,7 +499,7 @@ void CV2::initializeMembers() sprintf(qbuf, "SELECT nm.device_id, nm.network_id, nm.authorized, nm.active_bridge, nm.ip_assignments, nm.no_auto_assign_ips, " "nm.sso_exempt, (EXTRACT(EPOCH FROM nm.authentication_expiry_time AT TIME ZONE 'UTC')*1000)::bigint, " - "(EXTRACT(EPOCH FROM nm.creation_time AT TIME ZONE 'UTC')*1000)::bigint, nm.identity, nm.last_authorized_credential, " + "(EXTRACT(EPOCH FROM nm.creation_time AT TIME ZONE 'UTC')*1000)::bigint, nm.identity, " "(EXTRACT(EPOCH FROM nm.last_authorized_time AT TIME ZONE 'UTC')*1000)::bigint, " "(EXTRACT(EPOCH FROM nm.last_deauthorized_time AT TIME ZONE 'UTC')*1000)::bigint, " "nm.remote_trace_level, nm.remote_trace_target, nm.revision, nm.capabilities, nm.tags "