diff options
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r-- | weblog-adhocquery-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp index c581fbe..b55fc4d 100644 --- a/weblog-adhocquery-html.lsp +++ b/weblog-adhocquery-html.lsp @@ -46,7 +46,7 @@ These tables contain the combined squid access log and dansguardian log for ever This table contains the database history, including such information as which log files were loaded and how many entries they contained. The definition of the table is as follows: <pre> ( - logdatetime timestamp(0) without time zone NOT NULL, + logdatetime timestamp(3) without time zone NOT NULL, msgtext text ) </pre> |