Introduced in version 1.11 (29 June 2020)
This rule checks the entire project whether all entity database updates happen in the same order. Since the goal is deadlock detection, the create action is excluded.
This rule cannot know if the same row is committed, only if the same entities are committed in different order, so it is an indication of a potential deadlock.