### Event rule - [ ] Removing an event rule escalation causes the `changed_at` flag to be updated for all other escalations. - [ ] Adding/removing/updating a recipient causes the escalation and all its recipients to have a new `changed_at`. ### The `changed_at` column - [x] It should be added at a central point (Database.php) to avoid future errors. - [x] It should be precise to milliseconds in order to avoid a data race (daemon side), e.g. if two users update the data at the same time. - (fixed with #227)
Event rule
changed_atflag to be updated for all other escalations.changed_at.The
changed_atcolumnOn_ASSEMBLE_INSERT / ON_ASSEMBLE_UPDATEevents handle thechanged_atcolumn #227)