From ca9be55a98c094e8026a4003a099573dd4137050 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Sep 2025 16:13:22 +0100 Subject: Store utsname details in the host's detail field --- src/sql.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sql.hpp') diff --git a/src/sql.hpp b/src/sql.hpp index 1426384..8183513 100644 --- a/src/sql.hpp +++ b/src/sql.hpp @@ -10,5 +10,6 @@ namespace WebStat::SQL { EMBED_DECLARE(ACCESS_LOG_INSERT); EMBED_DECLARE(ENTITY_INSERT); + EMBED_DECLARE(HOST_UPSERT); #undef EMBED_DECLARE } -- cgit v1.2.3