summaryrefslogtreecommitdiff
path: root/src/sql.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-12-20 15:16:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-12-20 15:16:25 +0000
commit30a9d45f5322a63c2adf1de7a248ba3a9a0c3903 (patch)
treea384473d3be0d5f3fc8c358c827b6cf158d187b3 /src/sql.hpp
parentf8276d22b6501e3d6164f9b26df94d2d57f597e5 (diff)
downloadwebstat-30a9d45f5322a63c2adf1de7a248ba3a9a0c3903.tar.bz2
webstat-30a9d45f5322a63c2adf1de7a248ba3a9a0c3903.tar.xz
webstat-30a9d45f5322a63c2adf1de7a248ba3a9a0c3903.zip
Add job for puring old access log entries from the databaseHEADmain
Diffstat (limited to 'src/sql.hpp')
-rw-r--r--src/sql.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql.hpp b/src/sql.hpp
index f0dfb05..1a12823 100644
--- a/src/sql.hpp
+++ b/src/sql.hpp
@@ -9,6 +9,7 @@ namespace WebStat::SQL {
extern const DB::CommandOptionsPtr Name##_OPTS
EMBED_DECLARE(ACCESS_LOG_INSERT);
+ EMBED_DECLARE(ACCESS_LOG_PURGE_OLD);
EMBED_DECLARE(ENTITY_INSERT);
EMBED_DECLARE(ENTITY_UPDATE_DETAIL);
EMBED_DECLARE(HOST_UPSERT);