mirror of
https://github.com/google/nomulus
synced 2026-07-08 09:06:58 +00:00
d30ab08f6d
* 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.