diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2025-09-02 16:13:22 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2025-09-02 16:13:22 +0100 |
commit | ca9be55a98c094e8026a4003a099573dd4137050 (patch) | |
tree | 1d58e13a84fc6bba25242877859027bdfe8f461e /src/sql.hpp | |
parent | 07a98c0ba7d2fdd79cab1884f81bb041741fc18c (diff) | |
download | webstat-ca9be55a98c094e8026a4003a099573dd4137050.tar.bz2 webstat-ca9be55a98c094e8026a4003a099573dd4137050.tar.xz webstat-ca9be55a98c094e8026a4003a099573dd4137050.zip |
Store utsname details in the host's detail field
Diffstat (limited to 'src/sql.hpp')
-rw-r--r-- | src/sql.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |