You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If two users update the same configuration at the same time, one should get a conflict and need to re-submit. This is no reason to increase precision on the timestamp values.
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.
If two users update the same configuration at the same time, one should get a conflict and need to re-submit. This is no reason to increase precision on the timestamp values.
Though, in case it's not possible to differentiate between new and updated entries (which is the case), it is...
Event rule
changed_at
flag to be updated for all other escalations.changed_at
.The
changed_at
columnOn_ASSEMBLE_INSERT / ON_ASSEMBLE_UPDATE
events handle thechanged_at
column #227)The text was updated successfully, but these errors were encountered: