mirror of
https://github.com/google/nomulus
synced 2026-03-27 12:55:28 +00:00
* Convert DomainTAF and DomainFlowUtils to SQL The only tricky part to this is that the order of entities that we're saving during the DomainTransferApproveFlow matters -- some entities have dependencies on others so we need to save the latter first. We change `entitiesToSave` to be a list to reinforce this.