With some plugins I need to delete certain events from table qa_eventlog.
However, since there is no "id" column, I cannot safely delete the events.
What was the design (performance?) decision not to add IDs to the eventlog table?
And would it be safe to add the ID column?