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,