From 063e74a981c87f2d3887836483ca6273572ffd3a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 22 Feb 2022 21:44:43 +0100 Subject: [PATCH] Added custom field Hostname --- createdb.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/createdb.sql b/createdb.sql index 89a3411..69b6dae 100644 --- a/createdb.sql +++ b/createdb.sql @@ -9,6 +9,7 @@ CREATE TABLE SystemEvents Facility smallint NULL, Priority smallint NULL, FromHost varchar(60) NULL, + Hostname varchar(60) NULL, Message text, NTSeverity int NULL, Importance int NULL,