From 7ec58bf3f72fd7e0396a37f43ff023731697ff8a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 23 Aug 2025 17:28:37 +0100 Subject: Store log lines in full using entity ids --- 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 4b598e7..1426384 100644 --- a/src/sql.hpp +++ b/src/sql.hpp @@ -8,6 +8,7 @@ namespace WebStat::SQL { extern const std::string Name; \ extern const DB::CommandOptionsPtr Name##_OPTS + EMBED_DECLARE(ACCESS_LOG_INSERT); EMBED_DECLARE(ENTITY_INSERT); #undef EMBED_DECLARE } -- cgit v1.2.3