Added custom field Hostname

This commit is contained in:
David Leutgeb 2022-02-22 21:44:43 +01:00
parent 7bd058683b
commit 063e74a981
1 changed files with 1 additions and 0 deletions

View File

@ -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,