mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Delete the deprecated RegistrarBillingEntry Datastore index
This should have been deleted in [] when the underlying entity was deleted, but it was missed. It's been a no-op since then. This is just cleanup. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231293033
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
<property name="deletionTime" direction="asc"/>
|
||||
<property name="fullyQualifiedHostName" direction="asc"/>
|
||||
</datastore-index>
|
||||
<!-- For finding account balance of registrar and viewing billing history. -->
|
||||
<datastore-index kind="RegistrarBillingEntry" ancestor="true" source="manual">
|
||||
<property name="currency" direction="asc"/>
|
||||
<property name="created" direction="desc"/>
|
||||
</datastore-index>
|
||||
<!-- For determining the active domains linked to a given contact. -->
|
||||
<datastore-index kind="DomainBase" ancestor="false" source="manual">
|
||||
<property name="allContacts.contact" direction="asc"/>
|
||||
|
||||
Reference in New Issue
Block a user