mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 16:28:21 +02: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:
parent
88aa13d1a4
commit
2edb072e68
1 changed files with 0 additions and 5 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue