From 83591a31c7d27155e47b35c2e62d2662b759f462 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 21 Sep 2009 11:03:41 +0000 Subject: Added pagination for history and usage, more precision for history timestamp. --- weblog-adhocquery-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weblog-adhocquery-html.lsp') 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:
 (
-    logdatetime timestamp(0) without time zone NOT NULL,
+    logdatetime timestamp(3) without time zone NOT NULL,
     msgtext text
 )
 
-- cgit v1.2.3