Merge commit 'v2.5.1'
[ossec-hids.git] / src / os_dbd / mysql.schema
index c8fa067..b95ff77 100644 (file)
@@ -1,11 +1,11 @@
-# @(#) $Id: mysql.schema,v 1.8 2009/06/24 17:06:30 dcid Exp $ */
+# @(#) $Id$ */
 #
 # Copyright (C) 2009 Trend Micro Inc.
 # All rights reserved.
 #
 # This program is a free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
-# License (version 3) as published by the FSF - Free Software
+# License (version 2) as published by the FSF - Free Software
 # Foundation.
 #
 # License details at the LICENSE file included with OSSEC or
@@ -75,8 +75,11 @@ CREATE TABLE data
     server_id       SMALLINT    UNSIGNED NOT NULL,
     user            TEXT        NOT NULL,
     full_log        TEXT        NOT NULL,
-    PRIMARY KEY  (id, server_id)
+    timestamp       TIMESTAMP   NOT NULL,
+    PRIMARY KEY  (id, server_id),
+    INDEX time (timestamp)
     );
+
     
 CREATE TABLE alert 
     (