mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
* Skip synthetic history entries for resources that don't need them The reason for creating synthetic history entries is so that we can guarantee that each EppResource's most recent *History object contains that resource at that point in time. If the most recent *History object in SQL contains that resource already, there is no need to create a synthetic *History object for that resource.