X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_dbd%2Fpostgresql.schema;h=73736a5698ad90249becc5c01ccd7f6e3f087e0c;hp=ea098e0893a91fb966473718f6c123a511b1a3af;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/os_dbd/postgresql.schema b/src/os_dbd/postgresql.schema index ea098e0..73736a5 100644 --- a/src/os_dbd/postgresql.schema +++ b/src/os_dbd/postgresql.schema @@ -1,4 +1,4 @@ --- @(#) $Id$ */ +-- @(#) $Id: ./src/os_dbd/postgresql.schema, 2011/09/08 dcid Exp $ -- -- Copyright (C) 2009 Trend Micro Inc. -- All rights reserved. @@ -91,6 +91,7 @@ CREATE TABLE alert dst_ip INT8, src_port INT4, dst_port INT4, + alertid TEXT DEFAULT NULL, PRIMARY KEY (id, server_id) ); CREATE INDEX time on alert(timestamp);