mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Remove fulfilled TODO to backfill RDAP indexes
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136062327
This commit is contained in:
parent
6a738557fb
commit
3b1be73b7d
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@
|
|||
<property name="modificationTime" direction="asc"/>
|
||||
</datastore-index>
|
||||
<!-- For RDAP. -->
|
||||
<!-- TODO(b/25644770): Backfill these indexes. -->
|
||||
<datastore-index kind="DomainBase" ancestor="false" source="manual">
|
||||
<property name="^i" direction="asc"/>
|
||||
<property name="fullyQualifiedDomainName" direction="asc"/>
|
||||
|
|
|
@ -75,7 +75,6 @@ public class HostResource extends EppResource implements ForeignKeyedEppResource
|
|||
* from (creationTime, deletionTime) there can only be one host in the datastore with this name.
|
||||
* However, there can be many hosts with the same name and non-overlapping lifetimes.
|
||||
*/
|
||||
// TODO(b/25644770): Backfill this index. Until that's done, don't rely on it!
|
||||
@Index
|
||||
@XmlTransient
|
||||
String fullyQualifiedHostName;
|
||||
|
|
Loading…
Add table
Reference in a new issue