mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
* Add deletionTime/inetAddresses indexes to Host table to support WHOIS Weimin identified these as missing, and being the cause of slowdowns in NameserverLookupByIpCommand that we're seeing in sandbox. This is the first of two PRs, adding just the Flyway/schema changes. The second PR adding the Java object model changes is #1547.