Event and Alarm on Database
-
Hi guys, I would need to know in which DB table the events are inserted. I had read a post about it but I can not find it anymore
Thanks in advance -
The
events
table holds most of the information about an event, which some information about if a user has silenced it in theuserEvents
table. To delete all past event / alarm information one would purge these two tables (audit events are in theaudit
table)